From 7cb7c339a2ba0b3a0cf39b09194e7882f74c6e1f Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sat, 4 Jan 2025 18:46:43 -0500 Subject: Do a lot of styling --- ui/app.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ui/app.css') diff --git a/ui/app.css b/ui/app.css index a945c6a..1f1fc20 100644 --- a/ui/app.css +++ b/ui/app.css @@ -8,6 +8,22 @@ @import url("styles/messages.css"); @import url("styles/textarea.css"); +body { + background-color: var(--colour-active-channel-bg); +} + +/* 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