Style fix

This commit is contained in:
NilsUeter
2023-04-13 22:58:11 +02:00
parent f75fa295ca
commit 984c2b068f
2 changed files with 6 additions and 8 deletions
+2 -4
View File
@@ -6,8 +6,8 @@
font-size: 13px;
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;
color: #111113;
background-color: #ffffff;
font-synthesis: none;
text-rendering: optimizeLegibility;
@@ -18,8 +18,6 @@
@media (prefers-color-scheme: light) {
:root {
color: #111113;
background-color: #ffffff;
}
a:hover {
color: #747bff;