Revert "main.scss: try a new colour for dark theme"

This reverts commit 594d6aa3fcc450a3efafb23a1a7859093290afee.
This commit is contained in:
Aminda Suomalainen 2026-05-16 20:46:31 +03:00
parent f156863856
commit 4191546c3a
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

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