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/app.css | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ui/app.css') diff --git a/ui/app.css b/ui/app.css index 646c418..79f36eb 100644 --- a/ui/app.css +++ b/ui/app.css @@ -34,18 +34,6 @@ hr { font-style: italic; } -/* TODO: - * put this somewhere appropriate, - * use a correct variable, - * be sensitive to background colour context. - */ -a, -a:hover, -a:visited, -a:active { - color: var(--light-text); -} - /* Debugging */ /* * / div { -- cgit v1.2.3