style the menu

This commit is contained in:
Adam Gausmann 2025-05-16 13:02:59 -05:00
parent 2fcf199308
commit 1e16d9ca1d

View file

@ -34,6 +34,20 @@ window#waybar {
padding-right: 4px; padding-right: 4px;
} }
menu {
background: @base01;
color: @base05;
/* TODO: fix white background that should be transparent */
border: none;
border-radius: 0;
}
menuitem:hover {
background: @base03;
border: 1px solid @base04;
}
button { button {
/* Use box-shadow instead of border so the text isn't offset */ /* Use box-shadow instead of border so the text isn't offset */
box-shadow: inset 0 -3px transparent; box-shadow: inset 0 -3px transparent;