15 lines
180 B
SCSS
15 lines
180 B
SCSS
.activewindow{
|
|
background: #98C379;
|
|
color: #ffffff;
|
|
|
|
&--xwayland{
|
|
background: red;
|
|
color: black;
|
|
}
|
|
|
|
&--tooltip{
|
|
background: darkgrey;
|
|
color: white;
|
|
}
|
|
}
|