2020-07-07 17:43:26 +02:00

10 lines
164 B
SCSS

@import 'colors';
window.background.chromium {
background-color: $bg_color;
button:not(.titlebutton) { // tab borders
border-color: $borders_color;
}
}