mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-03 10:08:40 +00:00
9 lines
172 B
CSS
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; }
|