39 lines
500 B
CSS
39 lines
500 B
CSS
* {
|
|
color: @main-fg;
|
|
}
|
|
|
|
#waybar {
|
|
background-color: @outline;
|
|
}
|
|
#waybar > box {
|
|
margin: 0px;
|
|
background-color: @main-bg;
|
|
}
|
|
|
|
button {
|
|
border-radius: 16px;
|
|
min-width: 16px;
|
|
padding: 0 10px;
|
|
}
|
|
button:hover {
|
|
background-color: @hover-bg;
|
|
color: @hover-fg;
|
|
}
|
|
|
|
tooltip {
|
|
border: 2px solid @main-br;
|
|
border-radius: 10px;
|
|
background-color: @main-bg;
|
|
}
|
|
tooltip > box {
|
|
padding: 0 6px;
|
|
}
|
|
|
|
.module,
|
|
#custom-left_div,
|
|
#custom-left_inv,
|
|
#custom-right_div,
|
|
#custom-right_inv {
|
|
margin-bottom: -1px;
|
|
}
|