diff options
| author | real-zephex <[email protected]> | 2024-03-23 02:08:32 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-23 02:08:32 +0530 |
| commit | 801029e5ec536aeb641a108e8af0396b18678de0 (patch) | |
| tree | 31dff0a6a39c951a83e6aa999f215467febff217 /src/app/video | |
| parent | feature: added video quality options (diff) | |
| download | dramalama-801029e5ec536aeb641a108e8af0396b18678de0.tar.xz dramalama-801029e5ec536aeb641a108e8af0396b18678de0.zip | |
fixes: css fixes for light theme
Diffstat (limited to 'src/app/video')
| -rw-r--r-- | src/app/video/loading.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/video/loading.css b/src/app/video/loading.css index f73beca..aa3a519 100644 --- a/src/app/video/loading.css +++ b/src/app/video/loading.css @@ -337,4 +337,10 @@ opacity: 1; text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); } +} + +@media (prefers-color-scheme: light) { + .loadingContainer { + color: black; + } }
\ No newline at end of file |