cssOMS/color.css
2019-01-13 21:37:36 +01:00

47 lines
561 B
CSS

.ok {
color: #5cff56; }
.warning {
color: #ff4b41; }
.favorite {
color: #d16059; }
.green {
background: #42bd41; }
.red {
background: #d01715; }
.blue {
background: #5778fd; }
.orange {
background: #FBA026; }
.lightblue {
background: #03a9f5; }
.yellow {
background: #ffeb3c; }
.purple {
background: #673bb7; }
.pink {
background: #ffa6e3; }
.grey {
background: #dcdcdc; }
.darkred {
background: #B8312F; }
.darkgreen {
background: #009788; }
.darkblue {
background: #3f51b5; }
/*# sourceMappingURL=color.css.map */