diff --git a/nwg-drawer/drawer.css b/nwg-drawer/drawer.css index 90fa949..44eab46 100644 --- a/nwg-drawer/drawer.css +++ b/nwg-drawer/drawer.css @@ -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 {