10 lines
123 B
SCSS
10 lines
123 B
SCSS
.activewindow{
|
|
background: lightgreen;
|
|
color: black;
|
|
|
|
&--xwayland{
|
|
background: maroon;
|
|
color: white;
|
|
}
|
|
}
|