mirror of
https://github.com/Lissy93/dashy.git
synced 2026-01-19 14:21:58 +01:00
14 lines
307 B
SCSS
14 lines
307 B
SCSS
/* stylelint-disable docusaurus/copyright-header */
|
|
|
|
html {
|
|
&[data-theme='dark'] {
|
|
--heading-shadow: -5px 4px 0px #000000;
|
|
--sub-heading-shadow: -3px 3px 1px #000000;
|
|
}
|
|
&[data-theme='light'] {
|
|
--heading-shadow: -2px 3px 2px #a2a1a1;
|
|
--sub-heading-shadow: -1px 1px 1px #a2a1a1;
|
|
}
|
|
}
|
|
|
|
|