mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2026-05-16 20:34:05 +02:00
Revert "main.scss: try a new colour for dark theme"
This reverts commit 594d6aa3fcc450a3efafb23a1a7859093290afee.
This commit is contained in:
parent
f156863856
commit
4191546c3a
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user