diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-05-07 17:41:44 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-05-07 17:41:44 -0400 |
| commit | 7ab4d321d546818f702ecb363e41b899fc416a7e (patch) | |
| tree | 550abe9f8c7ad6f83075d1a0e4a8625053ab3d21 /ui/styles/app-bar.css | |
| parent | faacbb2757ecbe947d6a6534d28da5c815f5b3ff (diff) | |
| parent | a61a1031b0b55d07bae370e26ea4984a853bd513 (diff) | |
Merge branch 'prop/link-style-system'
Diffstat (limited to 'ui/styles/app-bar.css')
| -rw-r--r-- | ui/styles/app-bar.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/styles/app-bar.css b/ui/styles/app-bar.css index 0d0a311..ce52712 100644 --- a/ui/styles/app-bar.css +++ b/ui/styles/app-bar.css @@ -6,6 +6,7 @@ justify-content: space-between; align-items: stretch; background-color: var(--colour-header-bg); + color: var(--light-text); } .app-bar > * { @@ -32,10 +33,6 @@ letter-spacing: 0.25rem; } -.app-bar a { - text-decoration: none; -} - .app-bar button, .app-bar button img { height: var(--app-bar-height); |
