aboutsummaryrefslogtreecommitdiff
path: root/src/app/video
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/video')
-rw-r--r--src/app/video/loading.css6
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