dots-of-war/files/.config/qutebrowser/user.css

19 lines
299 B
CSS
Raw Normal View History

2020-06-21 10:41:26 +00:00
::-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;
}