mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2026-06-19 03:31:53 -04:00
Customize code syntax scrollbar
This commit is contained in:
Vendored
+1
-1
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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user