alqueva/hosts/python/configs/waybar/style.css

37 lines
411 B
CSS
Raw Normal View History

2024-12-10 15:12:00 +00:00
* {
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;
}