3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-06 23:55:03 +00:00

fix(config-checker): attempt to trigger darkreader's dark mode detection

This commit is contained in:
Dragory 2025-05-23 01:30:54 +00:00
parent bca5d05d72
commit 3c8ad54a2e
No known key found for this signature in database

View file

@ -5,6 +5,7 @@
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 14px;
background-color: black;
background: linear-gradient(45deg, #040a0e, #27699e);
color: #f8f8f8;
margin: 0;