🔧 🚩 🚧 Finished the base variable replace content.

This commit is contained in:
凡梦星尘
2022-05-21 18:43:01 +08:00
parent 9eb7a32d23
commit b105452feb
7 changed files with 99 additions and 60 deletions

View File

@@ -29,7 +29,7 @@
color-scheme: light;
}
@if hexo-config('darkmode') {
@if $darkmode {
@media (prefers-color-scheme: dark) {
:root {
--body-bg-color: #{$body-bg-color-dark};