Compare commits

..

No commits in common. "d85eaaf0d203ae5fe588d30c7ac4bbcf19440859" and "5de01507659831581eca0acb58d2eca34415aaba" have entirely different histories.

2 changed files with 1 additions and 18 deletions

3
_sass/_base.scss vendored
View File

@ -145,8 +145,7 @@ code {
font-family: $monospace-font-family; font-family: $monospace-font-family;
border: 1px solid $grey-color-light; border: 1px solid $grey-color-light;
border-radius: 3px; border-radius: 3px;
//background-color: #eef; background-color: #eef;
background-color: revert;
} }
code { code {

16
css/main.scss vendored
View File

@ -49,22 +49,6 @@ $on-laptop: 800px;
} }
} }
// As high in css as can be edited. If I understand correctly, user
// preference will take priority over this, but if the user hasn't expressed
// it, this will make dark default.
:root {
color-scheme: dark light;
}
// This is the missing content blocker detection
.ftf-dma-note {
// It doesn't want to turn dark and still uses text colors more suitable
// for dark.
color-scheme: only light;
//display: block !important;
//pointer-events: all !important;
}
// Import partials from `sass_dir` (defaults to `_sass`) // Import partials from `sass_dir` (defaults to `_sass`)
@import "base", "layout", "syntax-highlighting"; @import "base", "layout", "syntax-highlighting";