💄 ags(style/apps-window): darker background for better readability

This commit is contained in:
retrozinndev
2025-04-13 00:20:36 -03:00
parent 37f04fd251
commit e52f8c34bf
+2
View File
@@ -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);
}
}