hugo-theme-stack/assets
k e90adc4773 change document.body.dataset.scheme to document.documentElement.dataset.scheme
When the dark mode is on or when the light mode is on, the
[data-scheme="light"] or [data-scheme="dark"], respectively, will be
placed in the <html> tag. Allowing us to access the dark and light color
schemes from the <html> to change the vertical scrollbar styles
according to the current color scheme.
2021-06-14 17:04:06 -05:00
..
icons feat(darkmode): dark mode toggle (#82) 2020-12-23 19:03:40 +01:00
img feat: add avatar placeholder to assets/img 2020-09-13 11:30:31 +02:00
scss fix: take out [data-scheme="dark"] from :root 2021-06-14 16:56:24 -05:00
ts change document.body.dataset.scheme to document.documentElement.dataset.scheme 2021-06-14 17:04:06 -05:00
jsconfig.json refactor(ts): import script using new Hugo Module logic (#77) 2020-12-21 22:34:54 +01:00