main.scss: try a new colour for dark theme

This commit is contained in:
Aminda Suomalainen 2025-10-16 15:51:48 +03:00
parent 5b15531872
commit 594d6aa3fc
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -151,16 +151,16 @@ code {
// Overrides for dark themes // Overrides for dark themes
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
*:not(a) { *:not(a) {
color: #ffb700 !important; color: #adff2f !important;
border-color: #ffb700 !important; border-color: #adff2f !important;
background-color: #000000 !important; background-color: #000000 !important;
} }
// Adblocker detection) // Adblocker detection)
.ftf-dma-note { .ftf-dma-note {
color-scheme: only dark !important; color-scheme: only dark !important;
color: #ffb700 !important; color: #adff2f !important;
border-color: #ffb700 !important; border-color: #adff2f !important;
background-color: #000000 !important; background-color: #000000 !important;
max-width: 78ch !important; max-width: 78ch !important;
margin: 0 auto !important; margin: 0 auto !important;