diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-03-29 05:57:43 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-03-29 05:57:43 +1100 |
| commit | 9f4033649a53222b0543343fc02b0c74a72235b4 (patch) | |
| tree | afa81b1c7926fae3fcc549fdfb2aed31c1de248c /wwwroot/styles/global.css | |
| parent | 4a2491b24b58027a693b1a69f3b94bb23fb96f20 (diff) | |
v0.4av0.4a
Diffstat (limited to 'wwwroot/styles/global.css')
| -rw-r--r-- | wwwroot/styles/global.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css index ebcda47..b635eb1 100644 --- a/wwwroot/styles/global.css +++ b/wwwroot/styles/global.css @@ -23,6 +23,8 @@ --col-switch-bg: var(--col-bg); --col-switch-fg: #fff; --col-switch-bg-hl: var(--col-accent-pri); + --col-progbar-fg: var(--col-accent-pri); + --col-progbar-bg: #777; --size-default-gap: 30px; } |
