remove light mode

This commit is contained in:
lauralani 2022-06-24 20:36:23 +02:00
parent 051723e153
commit cd556df41d

View file

@ -73,21 +73,3 @@ strong:after {
content: "**"; content: "**";
content: "**"/ ""; content: "**"/ "";
} }
@media (prefers-color-scheme: light) {
body {
background: #edf4f9;
color: #40302f;
}
a {
color: #172b73;
text-decoration: underline;
}
h1,
h2 {
color: #40302f;
font-weight: bold;
}
}