diff options
Diffstat (limited to 'gnome-shell/_drawing.scss')
-rw-r--r-- | gnome-shell/_drawing.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-shell/_drawing.scss b/gnome-shell/_drawing.scss index f3c1f04..0e60551 100644 --- a/gnome-shell/_drawing.scss +++ b/gnome-shell/_drawing.scss @@ -105,7 +105,7 @@ // // normal osd button // - color: $osd_fg_color; + color: lighten($osd_fg_color, 10%); outline-color: transparentize($osd_fg_color, 0.7); border-color: transparentize($osd_fg_color, 0.7); background-color: darken($osd_bg_color, 5%); |