remove background color from buttons

This commit is contained in:
Philipp 2024-10-11 18:50:11 +02:00
parent a830b625a5
commit efdbd7c11e
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750

View file

@ -30,7 +30,7 @@ menubar {
} }
button { button {
background-color: @surface0; background-color: transparent;
padding: 0 15px; padding: 0 15px;
} }