We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b15531 commit 594d6aaCopy full SHA for 594d6aa
assets/main.scss
@@ -151,16 +151,16 @@ code {
151
// Overrides for dark themes
152
@media (prefers-color-scheme: dark) {
153
*:not(a) {
154
- color: #ffb700 !important;
155
- border-color: #ffb700 !important;
+ color: #adff2f !important;
+ border-color: #adff2f !important;
156
background-color: #000000 !important;
157
}
158
159
// Adblocker detection)
160
.ftf-dma-note {
161
color-scheme: only dark !important;
162
163
164
165
max-width: 78ch !important;
166
margin: 0 auto !important;
0 commit comments