fix: scrollbar-color not working
This commit is contained in:
parent
80086b7c39
commit
4286ca6980
2 changed files with 3 additions and 1 deletions
|
@ -4,8 +4,9 @@
|
||||||
Low-specificity, global styles that apply to the whole
|
Low-specificity, global styles that apply to the whole
|
||||||
project: https://cube.fyi/css.html
|
project: https://cube.fyi/css.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
html {
|
html {
|
||||||
scrollbar-color: var(--color-primary) var(--color-indiglo-800);
|
scrollbar-color: var(--color-primary) var(--color-surface);
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -12,6 +12,7 @@ If preferred, the [commit log is available here][commits].
|
||||||
|
|
||||||
## July 3rd 2024
|
## July 3rd 2024
|
||||||
|
|
||||||
|
- Fixed `scrollbar-color` not applying.
|
||||||
- Added the [`eleventy-plugin-no-robots`](https://github.com/wkillerud/eleventy-plugin-no-robots) plugin.
|
- Added the [`eleventy-plugin-no-robots`](https://github.com/wkillerud/eleventy-plugin-no-robots) plugin.
|
||||||
|
|
||||||
## June 22nd 2024
|
## June 22nd 2024
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue