Archived
1
0
Fork 0
forked from frost/site
This repository has been archived on 2025-07-24. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
site-old/assets/css/style.css
2025-03-23 18:24:07 +01:00

20 lines
No EOL
335 B
CSS

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}
}