We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7228b99 commit d89d1a9Copy full SHA for d89d1a9
benefits/static/css/admin/styles.css
@@ -10,6 +10,8 @@ html[data-theme="light"],
10
--body-quiet-color: var(--dark-color);
11
--button-bg: #ffffff;
12
--bs-secondary-bg-subtle: #f1f1f1; /* Background color for Admin */
13
+ --bs-secondary-rgb: 197, 196, 196; /* Border color for Admin */
14
+ --bs-secondary: #c5c4c4;
15
}
16
17
/* Buttons */
0 commit comments