Dark mode colors

This commit is contained in:
cmdr2 2022-08-26 06:49:13 +05:30
parent 79ec1739de
commit ba102ef0a1

View File

@ -6,6 +6,12 @@
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}
a {
color: rgb(0, 102, 204);
}
a:visited {
color: rgb(0, 102, 204);
}
@media (prefers-color-scheme: dark) {
body {
background-color: rgb(32, 33, 36);