mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-10-18 09:07:23 +02:00
main.scss: try a new colour for dark theme
This commit is contained in:
parent
5b15531872
commit
594d6aa3fc
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user