15 lines
181 B
SCSS
15 lines
181 B
SCSS
.activewindow{
|
|
background: lightgreen;
|
|
color: black;
|
|
|
|
&--xwayland{
|
|
background: red;
|
|
color: black;
|
|
}
|
|
|
|
&--tooltip{
|
|
background: darkgrey;
|
|
color: white;
|
|
}
|
|
}
|