Update style.css

This commit is contained in:
nune 2024-04-23 08:51:54 -04:00 committed by GitHub
parent 8028ef57f5
commit f5e953a23a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,9 @@
@media (prefers-color-scheme: dark){
body {
background:#42;
color:#FF;
}
body {
margin: 40px auto;
max-width: 650px;