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,8 +50,10 @@
<style> <style>
body { body {
margin-left: 15px; margin-left: 15px;
@media (prefers-color-scheme: dark) {
color: white !important; color: white !important;
} }
}
</style> </style>
<script> <script>