mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-24 21:40:06 +00:00
8 lines
164 B
CSS
8 lines
164 B
CSS
.xterm-viewport::-webkit-scrollbar {
|
|
background: rgba(0, 0, 0, .125);
|
|
}
|
|
|
|
.xterm-viewport::-webkit-scrollbar-thumb {
|
|
background: rgba(255, 255, 255, .25);
|
|
}
|