Update style.css
Browse files
style.css
CHANGED
|
@@ -15,6 +15,7 @@
|
|
| 15 |
--primary-hover: #7CCAE0;
|
| 16 |
--success: #3DDE99;
|
| 17 |
--border: #E8E8E8;
|
|
|
|
| 18 |
|
| 19 |
/* Spacing */
|
| 20 |
--container-max: 1200px;
|
|
@@ -221,8 +222,8 @@ body {
|
|
| 221 |
}
|
| 222 |
|
| 223 |
.badge-muted {
|
| 224 |
-
background:
|
| 225 |
-
color: var(--
|
| 226 |
}
|
| 227 |
|
| 228 |
/* Buttons */
|
|
|
|
| 15 |
--primary-hover: #7CCAE0;
|
| 16 |
--success: #3DDE99;
|
| 17 |
--border: #E8E8E8;
|
| 18 |
+
--yellow: #FFC261;
|
| 19 |
|
| 20 |
/* Spacing */
|
| 21 |
--container-max: 1200px;
|
|
|
|
| 222 |
}
|
| 223 |
|
| 224 |
.badge-muted {
|
| 225 |
+
background: rgba(255, 194, 97, 0.1);
|
| 226 |
+
color: var(--yellow);
|
| 227 |
}
|
| 228 |
|
| 229 |
/* Buttons */
|