dotfiles/home/.config/eww/css/modules/_workspaces.scss
2022-11-20 03:14:18 +01:00

27 lines
390 B
SCSS

.workspaces {
background-color: $bg1-a;
border-radius: 25px;
.value {
margin-left: 10px;
margin-right: 10px;
}
.focused {
// text-decoration: underline;
// text-decoration-color: red;
// text-decoration-style: double;
font-weight: 900;
// color: $sapphire;
color: #fff;
}
.active {
color: #bbb;
}
.inactive {
color: #555;
}
}