blob: 9b5b2ae411c7e4486d65d73d1958e48d70c6a630 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
* {
border: none;
border-radius: 0;
font-family: 'Fira Code', monospace;
font-size: 10pt;
min-height: 0;
}
window#waybar {
background: transparent;
color: #cdd6f4;
}
tooltip {
background: rgba(0, 0, 0, 0.5);
}
tooltip label {
color: #cdd6f4;
}
#workspaces button {
padding: 0;
}
#workspaces button:hover {
background: inherit;
}
|