From db7dc92fc8726a0a89b26fbac5480d9e3847a55f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Aug 2025 00:24:54 +0200 Subject: Change how we do headers --- static/style.css | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index e478306..3c2b93b 100644 --- a/static/style.css +++ b/static/style.css @@ -2156,38 +2156,6 @@ textarea, column-gap: var(--grid-spacing-horizontal); } -#nav-icon-lang a { - display: flex; - align-items: center; - gap: .5ch; -} - -#nav-icon-lang svg { - stroke: var(--color); - height: 1rem; -} - -#nav-icon-theme button { - background-color: unset; - margin: 0; - display: flex; - justify-content: center; - align-items: center; - height: 1.5rem; -} - -#nav-icon-theme svg { - --size: 1.2rem; - stroke: var(--primary); - stroke-width: .1; - height: var(--size); - width: var(--size); -} - -[data-theme="light"] #nav-icon-theme svg { - fill: var(--primary); -} - :is(td, th)[data-numeric] { text-align: right; } -- cgit v1.2.3