We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea3b9e commit ab934cfCopy full SHA for ab934cf
docs/css/index.css
@@ -152,6 +152,24 @@ body {
152
font-family: "PSBold";
153
}
154
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
173
a {
174
text-decoration: none;
175
color: var(--link-color);
0 commit comments