From e52f8c34bfe13be00a5f9f9aceb510b7e58e9b5d Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 13 Apr 2025 00:20:36 -0300 Subject: [PATCH] :lipstick: ags(style/apps-window): darker background for better readability --- ags/style/_apps-window.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ags/style/_apps-window.scss b/ags/style/_apps-window.scss index 32b213b..3c3cbbd 100644 --- a/ags/style/_apps-window.scss +++ b/ags/style/_apps-window.scss @@ -5,6 +5,7 @@ .apps-window-container { padding: 24px; + background: rgba(0, 0, 0, .2); & > entry { background: rgba(colors.$bg-primary, .4); @@ -37,6 +38,7 @@ & label { margin-top: 6px; + text-shadow: 1px 1px 1px rgba(colors.$bg-primary, .2); } }