a new start
This commit is contained in:
9
_sass/pro/_dark-mode-dynamic-syntax.scss
Normal file
9
_sass/pro/_dark-mode-dynamic-syntax.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2019 Florian Klampfer <https://qwtel.com/>
|
||||
|
||||
@import "pro/syntax-dark";
|
||||
|
||||
@media screen and (prefers-color-scheme: dark) {
|
||||
body {
|
||||
@include darkmode-syntax();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user