重新定义比赛ranklist中表示题目状态的颜色样式,添加第一个ac的颜色,文字色统一为白色

This commit is contained in:
sxw@401 2015-09-13 19:50:23 +08:00
parent 66cef75bed
commit 25e2d0ca8d

View File

@ -107,4 +107,19 @@ li.list-group-item {
#about-acm-logo{
width: 40%;
}
.rank .first-achieved{
background: #43CD80;
color: white;
}
.rank .ac{
background: #3c763d;
color: white;
}
.rank .failed{
background: #a94442;
color: white;
}