Skip to content

Commit 594d6aa

Browse files
committed
main.scss: try a new colour for dark theme
1 parent 5b15531 commit 594d6aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/main.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,16 @@ code {
151151
// Overrides for dark themes
152152
@media (prefers-color-scheme: dark) {
153153
*:not(a) {
154-
color: #ffb700 !important;
155-
border-color: #ffb700 !important;
154+
color: #adff2f !important;
155+
border-color: #adff2f !important;
156156
background-color: #000000 !important;
157157
}
158158

159159
// Adblocker detection)
160160
.ftf-dma-note {
161161
color-scheme: only dark !important;
162-
color: #ffb700 !important;
163-
border-color: #ffb700 !important;
162+
color: #adff2f !important;
163+
border-color: #adff2f !important;
164164
background-color: #000000 !important;
165165
max-width: 78ch !important;
166166
margin: 0 auto !important;

0 commit comments

Comments
 (0)