Skip to content

Commit 4f1aee2

Browse files
authored
increase scrollbar contrast
1 parent 3f8a4db commit 4f1aee2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

assets/scss/components/_code.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,15 @@ pre code::-webkit-scrollbar {
4949
}
5050

5151
pre code::-webkit-scrollbar-thumb {
52-
background: $gray-200;
52+
background: $gray-400;
5353
}
5454

5555
pre code:hover {
5656
scrollbar-width: thin;
57-
scrollbar-color: $gray-200 transparent;
57+
scrollbar-color: $gray-500 transparent;
5858
}
5959

6060
pre code::-webkit-scrollbar-thumb:hover {
61-
background: $gray-200;
61+
background: $gray-500;
6262
}
63+

0 commit comments

Comments
 (0)