diff --git a/dots/nwg-panel/style.css b/dots/nwg-panel/style.css index c9edf11..8e90163 100644 --- a/dots/nwg-panel/style.css +++ b/dots/nwg-panel/style.css @@ -13,7 +13,10 @@ button { } #task-box-focused { - background-color: rgba (255, 255, 255, 0.12); + border: solid 1px; + border-color: #ce00a1; + border-radius: 10px; + background-color: #480039; padding-left: 4px; padding-right: 4px } @@ -36,8 +39,9 @@ button { /* Bottom panel in sample config uses this name */ #panel-bottom { - background: #101010; - color: #eeeeee + background: #000000; + color: #eeeeee; + opacity: 0.8; } /* Controls window in sample config uses this name */