fix: scrollbar-color not working

This commit is contained in:
Devin Haska 2024-07-03 15:32:30 -07:00
parent 80086b7c39
commit 4286ca6980
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -4,8 +4,9 @@
Low-specificity, global styles that apply to the whole
project: https://cube.fyi/css.html
*/
html {
scrollbar-color: var(--color-primary) var(--color-indiglo-800);
scrollbar-color: var(--color-primary) var(--color-surface);
}
body {

View file

@ -12,6 +12,7 @@ If preferred, the [commit log is available here][commits].
## July 3rd 2024
- Fixed `scrollbar-color` not applying.
- Added the [`eleventy-plugin-no-robots`](https://github.com/wkillerud/eleventy-plugin-no-robots) plugin.
## June 22nd 2024