重新定义比赛ranklist中表示题目状态的颜色样式,添加第一个ac的颜色,文字色统一为白色
This commit is contained in:
@@ -108,3 +108,18 @@ 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;
|
||||
}
|
||||
Reference in New Issue
Block a user