diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-05 14:44:31 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-05 14:44:31 -0500 |
| commit | 16ec9ef2e1e53b5cc2a3fd86c123e39371d00c2b (patch) | |
| tree | c7d702bc34b643d3db2d127378e843086e52d0d4 /ui/app.css | |
| parent | 377e6255a6534e5371512fa051ea16b42e761aac (diff) | |
Stylize more better
Diffstat (limited to 'ui/app.css')
| -rw-r--r-- | ui/app.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,9 +8,15 @@ @import url("styles/messages.css"); @import url("styles/textarea.css"); @import url("styles/forms.css"); +@import url("styles/invites.css"); body { background-color: var(--colour-active-channel-bg); + color: var(--dark-text); +} + +hr { + width: 90%; } /* TODO: |
