37 lines
411 B
CSS
37 lines
411 B
CSS
![]() |
* {
|
||
|
all: unset;
|
||
|
font-size: 18px;
|
||
|
color: #ebdbb2;
|
||
|
}
|
||
|
|
||
|
window#waybar {
|
||
|
background: #282828;
|
||
|
}
|
||
|
|
||
|
tooltip {
|
||
|
background: #3c3836;
|
||
|
}
|
||
|
|
||
|
.modules-left,
|
||
|
.modules-right {
|
||
|
background: #3c3836;
|
||
|
padding: 0px 12px;
|
||
|
}
|
||
|
|
||
|
.modules-center {
|
||
|
background: #3c3836;
|
||
|
}
|
||
|
|
||
|
#tags button {
|
||
|
padding: 8px 16px;
|
||
|
transition: 0.2s;
|
||
|
}
|
||
|
|
||
|
#tags button:hover {
|
||
|
padding: 8px 28px;
|
||
|
}
|
||
|
|
||
|
#tags button.focused {
|
||
|
background: #504945;
|
||
|
}
|