Skip to content

Commit

Permalink
Make yellow yellow again (#11914)
Browse files Browse the repository at this point in the history
* Make yellow yellow again

* yarn dev
  • Loading branch information
medariox authored Jan 14, 2025
1 parent 0383abd commit 5575182
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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);
}
}
}
Loading

0 comments on commit 5575182

Please sign in to comment.