diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 08c0fba..f2ed399 100755 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -1333,10 +1333,10 @@ StEntry:focus { .panel-button, .panel-button .clock, /* Date & clock */ .clock-display StIcon { /* DND / new messages icon */ - color: rgba(40, 7, 43, 0.87); + color: rgb(255, 255, 255); border-radius: 14px; border: 4px solid transparent !important; - background-color: rgba(237, 219, 239, 0.9); + background-color: rgba(255, 90, 153, 1); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); } @@ -1349,7 +1349,7 @@ StEntry:focus { /* workspaces indicator in activities button (45+) */ #panel .workspace-dot { - background-color: rgba(40, 7, 43, 0.87); + background-color: rgb(255, 255, 255); border-radius: 99px; }