mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2024-12-21 22:28:17 -05:00
Customize code syntax scrollbar
This commit is contained in:
parent
c4a96d8c43
commit
71d10e2692
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -129,4 +129,13 @@ pre {
|
|||||||
.font-rem(12);
|
.font-rem(12);
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
height: 12px;
|
||||||
|
background-color: #34362e;
|
||||||
|
border-radius: 0 0 4px 4px;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-thumb:horizontal {
|
||||||
|
background-color: #6a6d5d;
|
||||||
|
.rounded(4px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user