Skip to content

Commit

Permalink
Make yellow yellow again
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox authored Jan 14, 2025
1 parent 0383abd commit c652fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes-default/slim/src/style/vgt-table.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** Use this as table styling for all table layouts */
$blue: 190, 222, 237;
$pink: 235, 193, 234;
$yellow: 55, 218, 138;
$yellow: 255, 218, 138;
$red: 255, 153, 153;
$peach: 255, 221, 221;
$lightYellow: 245, 241, 228;
Expand Down Expand Up @@ -380,4 +380,4 @@ $opacity: 0.8;
.schedule tr a {
color: rgb(0, 0, 0);
}
}
}

0 comments on commit c652fe9

Please sign in to comment.