cssOMS/color.css

47 lines
561 B
CSS

.ok {
color: #5cff56; }
.warning {
color: #ff4b41; }
.favorite {
color: #d16059; }
.green {
background: #61BD6D; }
.red {
background: #D14841; }
.blue {
background: #2C82C9; }
.orange {
background: #FBA026; }
.lightblue {
background: #54ACD2; }
.yellow {
background: #FAC51C; }
.purple {
background: #553982; }
.pink {
background: #ffa6e3; }
.grey {
background: #dcdcdc; }
.darkred {
background: #B8312F; }
.darkgreen {
background: #41A85F; }
.darkblue {
background: #2969B0; }
/*# sourceMappingURL=color.css.map */