mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-07 16:05:01 +00:00
fix(config-checker): attempt to trigger darkreader's dark mode detection
This commit is contained in:
parent
bca5d05d72
commit
3c8ad54a2e
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
body {
|
body {
|
||||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
background-color: black;
|
||||||
background: linear-gradient(45deg, #040a0e, #27699e);
|
background: linear-gradient(45deg, #040a0e, #27699e);
|
||||||
color: #f8f8f8;
|
color: #f8f8f8;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue