From 16be79ef0a910f9a57063cca4eb31824bd45031e Mon Sep 17 00:00:00 2001 From: nyx Date: Sat, 15 Feb 2025 11:06:59 -0600 Subject: [PATCH] Light mode Dark mode is still default Signed-off-by: nyx --- assets/css/style.css | 13 ++++++++++++- index.html | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index f47cf21..d0b0dc6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -6,4 +6,15 @@ body { font-family: Arial, sans-serif } -a {color: #05d5ff} \ No newline at end of file + +@media (prefers-color-scheme: light) { + body { + background-color: white; + color: black + } + .logo { + filter: invert(1) + } +} + +a {color: #05d5ff} diff --git a/index.html b/index.html index 21b8cf3..b755589 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@
- Frost logo +

Frost

IPTV made simple. TV channels and radio stations from all around the world, for free.

@@ -75,4 +75,4 @@ - \ No newline at end of file +