nix-dotfiles/config/nwg-drawer.css
Reid "reidlab 565aac949c uhhh
uhhh the 2nd rendition
2024-04-02 18:40:14 -07:00

27 lines
No EOL
466 B
CSS

window {
/*background: @base;*/
background: alpha(@base, 0.3);
color: @text;
font-family: 'Atkinson Hyperlegible Pro', 'Atkinson Hyperlegible', FontAwesome, Noto Sans CJK;
font-size: 14px;
font-style: normal;
}
/* search entry */
entry {
background-color: alpha(@surface0, 0.5);
}
button, image {
background: none;
border: none
}
button {
padding: 1em 0.5em;
border-radius: 1em;
}
button:hover {
background-color: alpha(@surface0, 0.5);
}