Anne-Charlotte commited on
Commit
2b4a009
·
verified ·
1 Parent(s): c687230

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -2
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: var(--muted);
225
- color: var(--foreground);
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 */