diff --git a/.gitignore b/.gitignore index 16fc30f..e8f1681 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ # MacOS -.DS_Store \ No newline at end of file +.DS_Store + +.vscode/ \ No newline at end of file diff --git a/css/style.css b/css/style.css index 7efcc04..1349cc3 100644 --- a/css/style.css +++ b/css/style.css @@ -435,6 +435,17 @@ body::before { margin-left: 14px; } +.nav-link.is-a-dev { + background: var(--surface-1); + border-color: var(--surface-2); + color: var(--text); +} + +.nav-link.is-a-dev:hover { + border-color: var(--saphire); + transform: translateX(2px); +} + /* Rotated triangle pointing at the selected item */ .nav-link.selected::before { content: ""; diff --git a/index.html b/index.html index 20c7dbc..e121a06 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,7 @@