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

19 lines
276 B
CSS
Raw Normal View History

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