diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-05 14:02:11 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-20 00:48:45 +1000 |
| commit | 0d12ecef127c2724e168c220f9d6b934090a4290 (patch) | |
| tree | e73cad74903d37dc56bbaf5206c3c004e294f280 /wwwroot | |
| parent | 988f68191bbd93ce225205ae2a0ebcdf9df45655 (diff) | |
MediaService now records whether the checksum was verified at upload time
Diffstat (limited to 'wwwroot')
| -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 a8c4202..6c1df53 100644 --- a/wwwroot/styles/global.css +++ b/wwwroot/styles/global.css @@ -4,6 +4,7 @@ --col-accent-pri: #0aa; --col-accent-pri-hl: #0cc; --col-error-pri: #ffaa00; + --col-checksum-verified-pri: #8dff76; --col-bg: #222; --col-dialog-bg: #333; --col-navbar-bg: var(--col-accent-pri); |
