Added support for dark mode detection

This commit is contained in:
Sumner Evans 2020-04-07 00:22:07 -06:00
parent ee4c79b7dc
commit 543ae58a37
No known key found for this signature in database
GPG key ID: 8904527AB50022FD
2 changed files with 47 additions and 1 deletions

View file

@ -288,6 +288,11 @@ main {
color: @footer-text-color;
font-size: 11px;
}
// Flex theme and Theme selection separator
span.theme-separator {
margin: 0 4px;
}
}
}
@ -556,6 +561,10 @@ ul.social {
left: 25vw;
overflow-x: hidden;
nav {
text-align: right;
}
article {
&.single {