Make coloring and global formatting changes #2

Merged
jotoho merged 3 commits from recolor into master 2021-09-27 13:47:13 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 185f5161e1 - Show all commits

View File

@ -114,7 +114,7 @@ td, th {
@media (prefers-color-scheme: dark) {
html {
background-color: black;
background-color: #111;
color: white;
}