diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-05 01:01:24 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-20 00:48:45 +1000 |
| commit | 988f68191bbd93ce225205ae2a0ebcdf9df45655 (patch) | |
| tree | e4e173ffc226b879dacd65efd85ecfee0529e644 /wwwroot/styles | |
| parent | ac7f9cca27f5a1a1839bfe5be5a53853f53b7b17 (diff) | |
Tag names and aliases are now verified to be unique
Diffstat (limited to 'wwwroot/styles')
| -rw-r--r-- | wwwroot/styles/global.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css index 50f20f1..a8c4202 100644 --- a/wwwroot/styles/global.css +++ b/wwwroot/styles/global.css @@ -3,6 +3,7 @@ :root { --col-accent-pri: #0aa; --col-accent-pri-hl: #0cc; + --col-error-pri: #ffaa00; --col-bg: #222; --col-dialog-bg: #333; --col-navbar-bg: var(--col-accent-pri); |
