Skip to content

Commit 69fc3cc

Browse files
authored
Update styles.css
1 parent 8e4b3ae commit 69fc3cc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

styles.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ body {
8080
}
8181

8282
/* Elements: Container */
83-
83+
div[data-feathery-id="engine1-container-programs"] {
84+
background-color: hsl(var(--card));
85+
}
8486

8587
/* Combo Box */
8688
.feathery-combobox {
@@ -237,6 +239,11 @@ body {
237239
color: hsl(var(--foreground));
238240
}
239241

242+
/* Elements: Container */
243+
div[data-feathery-id="engine1-container-programs"] {
244+
background-color: hsl(var(--card));
245+
}
246+
240247
.dark .css-r8hpdi,
241248
.dark .feathery-label {
242249
color: hsl(var(--foreground));

0 commit comments

Comments
 (0)