piraattipuolue.github.io/assets/main.scss

16 lines
195 B
SCSS
Raw Normal View History

---
#
---
@import "{{ site.theme }}";
:root {
color-scheme: light dark !important;
}
* {
color: revert !important;
text-color: revert !important;
background-color: revert !important;
}