Skip to content

Commit 7228b99

Browse files
committed
refactor(css): set bg-secondary-bg-subtle override for admin only
1 parent b1c3eb5 commit 7228b99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benefits/static/css/admin/styles.css

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ html[data-theme="light"],
99
--link-fg: #ffffff;
1010
--body-quiet-color: var(--dark-color);
1111
--button-bg: #ffffff;
12+
--bs-secondary-bg-subtle: #f1f1f1; /* Background color for Admin */
1213
}
1314

1415
/* Buttons */

0 commit comments

Comments
 (0)