hugo-theme-stack/layouts/partials/comments
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
..
provider change document.body.dataset.scheme to document.documentElement.dataset.scheme 2021-06-14 17:04:06 -05:00
include.html fix(comments): remove div.comments-container, apply card style depending on comment system 2020-09-09 00:24:17 +02:00