From 207eadf61026a25267ec20c229e5417e53dc341f Mon Sep 17 00:00:00 2001 From: assada Date: Tue, 14 May 2024 20:30:02 +0300 Subject: [PATCH] nwg-drawer style --- nwg-drawer/drawer.css | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) 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 {