diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-29 15:47:37 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-20 00:48:44 +1000 |
| commit | 98053c0fc6e27998ccb8e0ad75900d2b48d6f70e (patch) | |
| tree | b552085007432de023e8f24a0d7417aa17a5bd48 /wwwroot/styles/global.css | |
| parent | d4f0eae4dc54f356f296ff26aba006e69d21ec0b (diff) | |
Moved thumbnail generation from media controller to media service
Diffstat (limited to 'wwwroot/styles/global.css')
| -rw-r--r-- | wwwroot/styles/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css index 2757d09..de0a0ac 100644 --- a/wwwroot/styles/global.css +++ b/wwwroot/styles/global.css @@ -23,6 +23,10 @@ --col-switch-bg-hl: var(--col-accent-pri); } +::selection { + background: var(--col-accent-pri); +} + body { background: var(--col-bg); color: white; |
