From a61a1031b0b55d07bae370e26ea4984a853bd513 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 6 May 2025 02:33:49 -0400 Subject: Split up link colours and use fewer wildcard patterns to re-style them. This was causing problems with message colouring, as these rules had specificity similar to constructs like `.message.deleted`. This approach removes their browser default styles, then adds styling specific to the channel sidebar, the app bar, and the message view. --- ui/styles/app-bar.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ui/styles/app-bar.css') 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); -- cgit v1.2.3