We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58473b3 commit 05f2cf4Copy full SHA for 05f2cf4
css/stylesheet.css
@@ -10,6 +10,23 @@ body {
10
color: rgb(187, 187, 187);
11
}
12
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
30
a {
31
text-decoration: none;
32
@@ -287,4 +304,4 @@ pre {
287
304
288
305
.mtbl-cell.notifying {
289
306
background: #f00;
290
-}
307
0 commit comments