change html background color

This commit is contained in:
MathieuG-P
2022-08-06 21:28:06 +02:00
parent f96c602ff8
commit d9fd87acbb
+5
View File
@@ -6,6 +6,11 @@
html {
font-family: acumin-pro, sans-serif;
}
html.dark{
background-color: #202225;
}
}
*{