10 lines
164 B
SCSS
Raw Normal View History

2020-07-07 17:23:30 +02:00
@import 'colors';
window.background.chromium {
background-color: $bg_color;
button:not(.titlebutton) { // tab borders
border-color: $borders_color;
}
}