mirror of
https://forge.fsky.io/frost/site
synced 2025-05-06 11:19:33 +03:00
reinit
This commit is contained in:
commit
c3ec5678f6
21 changed files with 335 additions and 0 deletions
20
assets/css/style.css
Normal file
20
assets/css/style.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
body {
|
||||
max-width: 1000px;
|
||||
margin: 2em auto;
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-family: Arial, sans-serif
|
||||
}
|
||||
|
||||
a {color: #05d5ff}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
body {
|
||||
background-color: white;
|
||||
color: black
|
||||
}
|
||||
.logo {
|
||||
filter: invert(1)
|
||||
}
|
||||
a {color: #0066cc}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue