diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-01 18:09:46 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-01 18:09:46 -0500 |
| commit | c9b3394e9fc2cf6eb505ab03a6479eae996ed6e9 (patch) | |
| tree | c536430d2fb2e4093fb3b09cbda04369b68a6911 /ui/styles/variables.css | |
| parent | 628337f3afcd5125299cbf620832779ab209022b (diff) | |
Just oh so many styles
Diffstat (limited to 'ui/styles/variables.css')
| -rw-r--r-- | ui/styles/variables.css | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/ui/styles/variables.css b/ui/styles/variables.css index e948c71..5ea4d74 100644 --- a/ui/styles/variables.css +++ b/ui/styles/variables.css @@ -8,11 +8,25 @@ --nav-width: 21rem; /* coloUrs */ - --colour-background: rgba(0, 0, 0, 0.25); - --colour-background-alt: rgba(0, 0, 0, 0.35); - --colour-border: rgba(0, 0, 0, 0.45); - --colour-text: rgb(240, 240, 240); - --colour-okay: #2a9d8f; - --colour-warn: #e9c46a; - --colour-error: #e76f51; + /* Really, we need: + * - Dark header background + * - Medium sidebar background + * - Light channel background + * - okay/warn/error + * - Border colours? + * - Text colour + * - Hover colour + * - Active colour + */ + --colour-background: #253031; + --colour-border: #192122; + + --colour-background-alt: #426A5A; + --colour-border-alt: #2E4A3E; + + --colour-text: #FFFFEA; + + --colour-okay: #6A994E; + --colour-warn: #EBC3BE; + --colour-error: #DE5F55; } |
