dots-of-war/files/.config/qutebrowser/user.css
2020-04-26 17:43:47 +02:00

18 lines
299 B
CSS

::-webkit-scrollbar {
width: 8px !important;
height: 8px !important;
}
::-webkit-scrollbar-track {
background-color: #282828;
}
::-webkit-scrollbar-thumb {
background-color: silver;
border: 2px solid #282828;
border-radius: 3px;
}
::-webkit-scrollbar-corner {
background: silver;
}