1
0

Specify dark mode.

Fixes black text appearing on very dark background.
This commit is contained in:
Julian Groß
2023-11-01 12:16:34 +01:00
committed by Edgar
parent 23b697b81c
commit a94cf0a2b8

View File

@ -160,6 +160,11 @@
position: relative;
top: 1px;
}
body {
background-color: #333333;
color:white;
}
</style>
</head>