dotfiles/waybar/style.css

30 lines
655 B
CSS

* {
background: none;
color: #b8bac4;
padding: 0px;
margin: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 0px;
font-size: 12px;
font-family: FiraCode Nerd Font Mono;
font-weight: bold;
}
.module {
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
}
/* bro the default css is so mid istg */
button:hover {
box-shadow: none; /* Remove predefined box-shadow */
text-shadow: none; /* Remove predefined text-shadow */
background: none; /* Remove predefined background color (white) */
transition: none; /* Disable predefined animations */
border-color: rgba(0, 0, 0, 0);
}
tooltip {
background-color: #1C2036;
}