added dark mode and margin changes
This commit is contained in:
@@ -11,6 +11,14 @@ html, body {
|
||||
|
||||
body {
|
||||
font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
|
||||
|
||||
background-color: #e3e3e3;
|
||||
margin: 10px;
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: #272727;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user