hugo-theme-stack/assets/ts
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
..
color.ts refactor(ts/color): improve code style and change name of some variables for more clarity 2020-08-29 11:43:00 +02:00
colorScheme.ts change document.body.dataset.scheme to document.documentElement.dataset.scheme 2021-06-14 17:04:06 -05:00
createElement.ts refactor: create createElement.ts 2020-11-06 11:12:48 +01:00
gallery.ts refactor(gallery): rewrite gallery (#79) 2020-12-22 19:35:37 +01:00
main.ts feat(darkmode): dark mode toggle (#82) 2020-12-23 19:03:40 +01:00
menu.ts 🎉 Initial commit 2020-08-22 13:20:08 +02:00
search.tsx feat(search): i18n support 2020-11-06 11:49:30 +01:00