From cc2701689dd24b6a167a67435ea56e285251baa9 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 9 Feb 2024 07:38:06 -0800 Subject: feat(layout): use header-item colour for dropdown --- src/routes/+layout.svelte | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/routes') diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index bb612257..9923e78e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -115,8 +115,10 @@ { name: $locale().tools.tool.characterBirthdays.short, url: root('/birthdays') }, { name: $locale().navigation.newReleases, url: root('/updates') } ]} - title={$locale().navigation.schedule} - /> + header={false} + > + {$locale().navigation.schedule} + {$locale().navigation.tools} {$locale().navigation.settings} @@ -194,10 +196,6 @@ z-index: 4; } - #header a { - color: var(--base06); - } - :global(html.light-theme) { filter: invert(0); } @@ -223,6 +221,7 @@ .header-item { margin: 0 0.5rem; + color: var(--base06); } .header-item:hover { -- cgit v1.2.3