This repository has been archived on 2025-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/HybridBar/style.css

19 lines
382 B
CSS
Raw Permalink Normal View History

2023-04-08 11:56:37 +01:00
/* Label Color. Config default is white. */
label {
color: white;
font-family: "DejaVuSansMono Nerd Font", monospace;
}
/* Button Configuration */
button {
font-weight: normal;
border: none;
box-shadow: none;
margin-bottom: -8px;
margin-top: -8px;
padding-right: 0;
padding-left: 0;
background: none;
}