minor visual changes

This commit is contained in:
Reid 2024-07-25 17:14:49 -07:00
parent 50e15d3d38
commit 4b7e21be29
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
3 changed files with 38 additions and 30 deletions

View file

@ -10,11 +10,16 @@ window {
/* search entry */
entry {
background-color: alpha(@surface0, 0.5);
color: @text;
}
button, image {
button, box, widget, image {
background: none;
border: none
border: none;
color: @text;
text-shadow: 0 1px alpha(@base, 0.75);
box-shadow: none;
outline: none;
}
button {
@ -22,6 +27,6 @@ button {
border-radius: 1em;
}
button:hover {
background-color: alpha(@surface0, 0.5);
button:hover, button:active, box:hover, box:active {
background: alpha(@surface0, 0.5);
}