Added support for dark mode detection
This commit is contained in:
parent
ee4c79b7dc
commit
543ae58a37
2 changed files with 47 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue