Skip to content

Commit b39eadf

Browse files
committed
Hover effect added
1 parent e80131c commit b39eadf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/css/custom.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
background: var(--ifm-color-primary);
1414
border-radius: 3px;
1515
}
16-
16+
/* Handle on hover */
17+
::-webkit-scrollbar-thumb:hover {
18+
background: var(--ifm-color-primary-dark);
19+
}
1720
:root {
1821
--ifm-color-primary: #2e9e32e1;
1922
--ifm-color-primary-dark: #29784c;

0 commit comments

Comments
 (0)