mirror of
https://forge.fsky.io/frost/site
synced 2025-03-14 15:19:07 +02:00
Light mode
Dark mode is still default Signed-off-by: nyx <me@everypizza.im>
This commit is contained in:
parent
5527f92116
commit
16be79ef0a
2 changed files with 14 additions and 3 deletions
|
@ -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}
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue