Turn down brightness and saturation a bit in the predefined "yellow"

This commit is contained in:
Rick Fletcher
2015-10-13 12:05:46 -04:00
parent 15a9aaaa9f
commit 0c5914ff44

View File

@@ -76,20 +76,20 @@ th.tablesorter-headerDesc::after {
} }
.ui.menu.yellow { .ui.menu.yellow {
background-color: #FFFF64; background-color: #F0E965;
} }
.ui.yellow.header, i.yellow { .ui.yellow.header, i.yellow {
color: #FFFF64; color: #F0E965;
} }
.ui.labels .yellow.label::before, .ui.yellow.labels .label::before, .ui.yellow.label::before { .ui.labels .yellow.label::before, .ui.yellow.labels .label::before, .ui.yellow.label::before {
background-color: #FFFF64; background-color: #F0E965;
} }
.ui.yellow.labels .label, .ui.yellow.label { .ui.yellow.labels .label, .ui.yellow.label {
background-color: #FFFF64; background-color: #F0E965;
border-color: #FFFF64; border-color: #F0E965;
} }
#scroll-btn-top { #scroll-btn-top {