mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-19 11:27:24 +02:00
Compare commits
No commits in common. "d85eaaf0d203ae5fe588d30c7ac4bbcf19440859" and "5de01507659831581eca0acb58d2eca34415aaba" have entirely different histories.
d85eaaf0d2
...
5de0150765
3
_sass/_base.scss
vendored
3
_sass/_base.scss
vendored
@ -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
16
css/main.scss
vendored
@ -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";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user