Skip to content

Commit 05f2cf4

Browse files
styled scrollbars
changed webkit-scrollbar property
1 parent 58473b3 commit 05f2cf4

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

css/stylesheet.css

+18-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ body {
1010
color: rgb(187, 187, 187);
1111
}
1212

13+
*::-webkit-scrollbar {
14+
width: 15px;
15+
}
16+
*::-webkit-scrollbar-track {
17+
background-color: #b46868;
18+
}
19+
20+
*::-webkit-scrollbar-thumb {
21+
background-color: rgba(0, 0, 0, 0.2);
22+
}
23+
*::-webkit-scrollbar-button {
24+
background-color: #7c2929;
25+
}
26+
*::-webkit-scrollbar-corner {
27+
background-color: black;
28+
}
29+
1330
a {
1431
text-decoration: none;
1532
}
@@ -287,4 +304,4 @@ pre {
287304

288305
.mtbl-cell.notifying {
289306
background: #f00;
290-
}
307+
}

0 commit comments

Comments
 (0)