diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-04 18:46:43 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-04 18:46:43 -0500 |
| commit | 7cb7c339a2ba0b3a0cf39b09194e7882f74c6e1f (patch) | |
| tree | bcd6b4e6766b996b9b9391c516a472e2a7ac638e /ui/app.css | |
| parent | 88f4aa4a5b0f42cd061498c9726fb4b8895ff007 (diff) | |
Do a lot of styling
Diffstat (limited to 'ui/app.css')
| -rw-r--r-- | ui/app.css | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 { |
