🎃 Adds darktheme

This commit is contained in:
Rune Harlyk
2023-07-18 17:52:14 +02:00
parent 94f9822505
commit 39588c04fd
3 changed files with 48 additions and 18 deletions
-17
View File
@@ -3,10 +3,6 @@
line-height: 1.5;
font-weight: 400;
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
@@ -17,16 +13,3 @@
body {
margin: 0;
}
@media (prefers-color-scheme: light) {
:root {
color: #213547;
background-color: #ffffff;
}
a:hover {
color: #747bff;
}
button {
background-color: #f9f9f9;
}
}