ui/style/style.css

20 lines
415 B
CSS
Raw Normal View History

* {
all: unset; }
2024-09-06 16:55:55 -07:00
bar {
2024-09-06 16:55:55 -07:00
background: transparent; }
box.workspaces {
min-height: 50px;
background: #161616;
padding: 5px; }
box.workspaces box > button {
min-width: 10px;
min-height: 10px;
margin: 5px;
2024-09-06 16:55:55 -07:00
background-color: #262626; }
box.workspaces box > button.occupied {
2024-09-06 16:55:55 -07:00
background-color: #393939; }
box.workspaces box > button.focused {
2024-09-06 16:55:55 -07:00
background-color: #FF7EB6; }