Skip to content

Commit ab934cf

Browse files
Custom Scrollbar Globally
1 parent fea3b9e commit ab934cf

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/css/index.css

+18
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,24 @@ body {
152152
font-family: "PSBold";
153153
}
154154

155+
/* Scrollbar CSS */
156+
::-webkit-scrollbar {
157+
width: 7px;
158+
}
159+
160+
::-webkit-scrollbar-track {
161+
background: #464646;
162+
}
163+
164+
::-webkit-scrollbar-thumb {
165+
background: #19112E;
166+
}
167+
168+
::-webkit-scrollbar-thumb:hover {
169+
background: grey;
170+
background-position: right center;
171+
}
172+
155173
a {
156174
text-decoration: none;
157175
color: var(--link-color);

0 commit comments

Comments
 (0)