alqueva/hosts/python/users/configs/waybar/style.css
2025-01-08 10:56:55 +00:00

36 lines
411 B
CSS

* {
all: unset;
font-size: 18px;
color: #f2f4f8;
}
window#waybar {
background: #0c0c0c;
}
tooltip {
background: #161616;
}
.modules-left,
.modules-right {
background: #161616;
padding: 0px 12px;
}
.modules-center {
background: #161616;
}
#tags button {
padding: 8px 16px;
transition: 0.2s;
}
#tags button:hover {
padding: 8px 28px;
}
#tags button.focused {
background: #282828;
}