Skip to content

Commit 3c8ad54

Browse files
committed
fix(config-checker): attempt to trigger darkreader's dark mode detection
1 parent bca5d05 commit 3c8ad54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config-checker/src/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
body {
66
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
77
font-size: 14px;
8+
background-color: black;
89
background: linear-gradient(45deg, #040a0e, #27699e);
910
color: #f8f8f8;
1011
margin: 0;

0 commit comments

Comments
 (0)