diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 00:24:54 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 00:24:54 +0200 |
commit | db7dc92fc8726a0a89b26fbac5480d9e3847a55f (patch) | |
tree | fe18d99059bff6d10800c9c1ce28ceee90662680 /static | |
parent | afe6a6c8b77a7f1ae99190ab782cdba1f5ee422d (diff) |
Change how we do headers
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 32 |
1 files changed, 0 insertions, 32 deletions
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; } |