diff --git a/themes-default/slim/src/style/vgt-table.scss b/themes-default/slim/src/style/vgt-table.scss index 1eaa4c64db..d44475e6f6 100644 --- a/themes-default/slim/src/style/vgt-table.scss +++ b/themes-default/slim/src/style/vgt-table.scss @@ -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; @@ -380,4 +380,4 @@ $opacity: 0.8; .schedule tr a { color: rgb(0, 0, 0); } -} \ No newline at end of file +}