mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
fix scrollbar
This commit is contained in:
13
pulse.html
13
pulse.html
@@ -24,7 +24,18 @@
|
||||
transition: background-color .4s, color .4s;
|
||||
}
|
||||
|
||||
html, body { overflow: scroll; }
|
||||
::-webkit-scrollbar {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: #151517;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #727272;
|
||||
}
|
||||
|
||||
html.light body {
|
||||
background: #efeaea;
|
||||
|
||||
Reference in New Issue
Block a user