oms-QA/Theme/Backend/styles.css
2017-06-24 10:51:49 +02:00

9 lines
172 B
CSS

.qa-list .score.closed {
background: #f00; }
.qa-list .score.open {
background: #ff0; }
.qa-list .score.done {
background: #0f0; }
.qa-list h1 {
font-size: 2rem; }