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

19 lines
299 B
CSS
Raw Normal View History

2020-04-18 18:27:12 +00:00
::-webkit-scrollbar {
2020-04-26 15:43:47 +00:00
width: 8px !important;
height: 8px !important;
2020-04-18 18:27:12 +00:00
}
2020-04-26 15:43:47 +00:00
::-webkit-scrollbar-track {
2020-04-25 10:46:02 +00:00
background-color: #282828;
2020-04-18 18:27:12 +00:00
}
2020-04-26 15:43:47 +00:00
::-webkit-scrollbar-thumb {
background-color: silver;
2020-04-25 10:46:02 +00:00
border: 2px solid #282828;
border-radius: 3px;
2020-04-18 18:27:12 +00:00
}
::-webkit-scrollbar-corner {
background: silver;
}