Light mode

Dark mode is still default

Signed-off-by: nyx <me@everypizza.im>
This commit is contained in:
nyx 2025-02-15 11:06:59 -06:00
parent 5527f92116
commit 16be79ef0a
2 changed files with 14 additions and 3 deletions

View file

@ -6,4 +6,15 @@ body {
font-family: Arial, sans-serif
}
@media (prefers-color-scheme: light) {
body {
background-color: white;
color: black
}
.logo {
filter: invert(1)
}
}
a {color: #05d5ff}

View file

@ -12,7 +12,7 @@
<body>
<header>
<img src="/assets/img/logo.png" alt="Frost logo" width="108px" height="124px">
<img src="/assets/img/logo.png" alt="Frost logo" width="108px" height="124px" class="logo">
<h1>Frost</h1>
<p>IPTV made simple. TV channels and radio stations from all around the world, for free.</p>
</header>