2018-11-28 16:45:58 +01:00

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);
}