dotfiles/home/.config/eww/css/modules/_workspaces.scss

27 lines
390 B
SCSS
Raw Normal View History

2022-10-29 18:25:42 +00:00
.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;
}
}