nwg-drawer style

This commit is contained in:
assada 2024-05-14 20:30:02 +03:00
parent 6bb3af223e
commit 207eadf610

View File

@ -1,34 +1,47 @@
@import url("machiatto.css");
* {
font-family: "DejaVu Sans";
font-size: 10pt;
}
window {
background-color: shade(@base, 0.9);
color: #eeeeee;
color: @text;
}
/* search entry */
entry {
box-shadow: 0 0 6px 5px #2e3440;
background-color: rgba (0, 0, 0, 0.2);
background-color: @surface0;
}
button,
image {
background: none;
border: none;
box-shadow: none;
text-shadow: none;
margin: 4px;
}
button:hover {
background-color: rgba (255, 255, 255, 0.1);
background-color: @surface1;
}
button:focus {
background-color: #5e81ac;
background-color: @surface1;
}
/* in case you wanted to give category buttons a different look */
#category-button {
margin: 0 10px 0 10px;
color: @flamingo;
font-weight: bold;
}
#category-button:hover {
background-color: @surface0;
}
#pinned-box {