another fix

This commit is contained in:
maaa 2023-11-03 17:56:29 +01:00
parent f248efbcdf
commit 0e9e4b0bbf
1 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,9 @@
<style> <style>
body { body {
margin-left: 15px; margin-left: 15px;
color: white !important; @media (prefers-color-scheme: dark) {
color: white !important;
}
} }
</style> </style>