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); } }