Skip to content

Commit d89d1a9

Browse files
committed
refactor(css): set bs-secondary rgb, hex for border color
1 parent 7228b99 commit d89d1a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benefits/static/css/admin/styles.css

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ html[data-theme="light"],
1010
--body-quiet-color: var(--dark-color);
1111
--button-bg: #ffffff;
1212
--bs-secondary-bg-subtle: #f1f1f1; /* Background color for Admin */
13+
--bs-secondary-rgb: 197, 196, 196; /* Border color for Admin */
14+
--bs-secondary: #c5c4c4;
1315
}
1416

1517
/* Buttons */

0 commit comments

Comments
 (0)