Moved all of the styles in to Flex from my website

This commit is contained in:
Sumner Evans 2020-04-15 00:31:15 -06:00
parent 0d56e19d6a
commit 9b3495da5d
No known key found for this signature in database
GPG key ID: 8904527AB50022FD
4 changed files with 160 additions and 6 deletions

View file

@ -293,7 +293,7 @@ main {
font-size: 11px;
}
// Flex theme and Theme selection separator
// Flex credits and theme selection separator
span.footer-separator {
margin: 0 6px;
}
@ -694,3 +694,17 @@ div.admonition.warning {
color: @admonition-warning-color;
background-color: @admonition-warning-bg-color;
}
//
// Dark Theme
//
@media (prefers-color-scheme: dark) {
html:not(.light-theme) {
@import (multiple) "dark-theme.less";
}
}
html.dark-theme {
@import (multiple) "dark-theme.less";
}