assets/main.scss: add a simple dark mode
This commit is contained in:
parent
0fe08e9499
commit
7ab6b37b50
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
#
|
||||||
|
---
|
||||||
|
|
||||||
|
@use "{{ site.theme }}";
|
||||||
|
|
||||||
|
:root {
|
||||||
|
color-scheme: light dark !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
color: revert !important;
|
||||||
|
text-color: revert !important;
|
||||||
|
background-color: revert !important;
|
||||||
|
}
|
Loading…
Reference in New Issue