diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-05 14:02:11 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-09-05 14:02:11 +1000 |
| commit | 02da841c350cecc985b6b161fb175e7e5882e1d5 (patch) | |
| tree | 24c37feaa0b24160fb28ef971adc1bc674ec63d6 /wwwroot/styles/global.css | |
| parent | 7bc3919cabff51806068659be03884913054cff8 (diff) | |
MediaService now records whether the checksum was verified at upload time
Diffstat (limited to 'wwwroot/styles/global.css')
| -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); |
