assets + logo change
This commit is contained in:
15
assets/css/colors-auto.scss
Normal file
15
assets/css/colors-auto.scss
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
---
|
||||
|
||||
@import "colors";
|
||||
|
||||
:root {
|
||||
@include colors;
|
||||
@include light-colors;
|
||||
}
|
||||
|
||||
@media screen and (prefers-color-scheme: dark) {//we would not like to apply dark mode if content is on printer as that would use a lot of ink
|
||||
:root{
|
||||
@include dark-colors;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user