blob: 9efc646ad9340331d73b1a590b936e7cd79b0335 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
* {
font-family: "JetBrainsMono Nerd Font", monospace;
font-weight: bold;
font-size: 16px;
color: #c6d0f5;
margin: 0;
border-radius: 0px;
}
#waybar {
background-color: rgb(0, 0, 0);
}
#workspaces button:hover {
background-color: #303030;
margin: 0px;
border-radius: 0px;
}
#workspaces button.active {
background-color: #28CD41;
color: #ea999c;
}
|