blob: 900d84fef7ef05fad0b438d71d3642831e26c26f (
plain)
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
|
* {
font-family: Material Design Icons, Rubik Medium;
font-size: 14px;
color: #6e6a86;
}
.window {
border-radius: 10px;
background: #1f1d2e;
border: 3px solid #363a4f;
}
.battery {
margin-right: 6px;
}
.workspaces button {
font-size: 15px;
transition: all 100ms ease-out;
}
.workspaces button:active {
font-weight: bolder;
color: #908caa;
transition: all 100ms ease-out;
}
|