diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-29 15:47:37 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-29 15:47:37 +1000 |
| commit | cb8c17917d0363f09eeaa3c379617dc213b2dacf (patch) | |
| tree | 9c3c1c15cb6925b31fb9ef3eb93b66fb9e02a5ac /wwwroot | |
| parent | d3b8abea30cda6127e9318f7762df175d5f6d459 (diff) | |
Moved thumbnail generation from media controller to media service
Diffstat (limited to 'wwwroot')
| -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; |
