From 311d3af1589cc17b7ce96f6d09dae21eafb11374 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Fri, 9 Jun 2023 16:24:35 +0200 Subject: [PATCH] Modify Header --- src/routes/Header.svelte | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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