diff options
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 { |
