diff --git a/src/routes/Header.svelte b/src/routes/Header.svelte index 6d554b7..ccb8aef 100644 --- a/src/routes/Header.svelte +++ b/src/routes/Header.svelte @@ -103,7 +103,7 @@ } .navigation-bar a.current-page { - font-weight: 700; + font-weight: 600; } [data-theme="dark"] .navigation-bar a.current-page { @@ -112,15 +112,18 @@ .navigation-bar a:hover { font-style: italic; + font-weight: 300; +} + +[data-theme="dark"] .navigation-bar a:hover { + font-style: italic; + font-weight: 200; } .link { text-decoration: none; - transition: font-style; + /* transition: font-style; */ margin-left: 2.5%; } -.link:hover { - font-style: italic; -} \ No newline at end of file