From f9d8e5a65fef9c40783a841627a2f755a7036d9a Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Fri, 15 Jul 2022 11:25:40 -0400 Subject: [PATCH] fix: typo in css --- applets/cosmic-applet-workspaces/data/resources/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applets/cosmic-applet-workspaces/data/resources/style.css b/applets/cosmic-applet-workspaces/data/resources/style.css index 8d1c87ed..92ff27fe 100644 --- a/applets/cosmic-applet-workspaces/data/resources/style.css +++ b/applets/cosmic-applet-workspaces/data/resources/style.css @@ -38,7 +38,7 @@ button.inactive { button.alert:hover { border-radius: 0; padding: 0px; - background-color: darken(@destructive_color); + background-color: darker(@destructive_color); background-image: none; color: @destructive_fg_color; border-color: transparent; @@ -48,7 +48,7 @@ button.alert:hover { button.active:hover { border-radius: 0; padding: 0px; - background-color: darken(@accent_color); + background-color: darker(@accent_color); background-image: none; color: @accent_fg_color; border-color: transparent; @@ -58,7 +58,7 @@ button.active:hover { button.inactive:hover { border-radius: 0; padding: 0px; - background-color: darken(@view_bg_color); + background-color: darker(@view_bg_color); background-image: none; color: @view_bg_color; border-color: transparent;