mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
重新定义比赛ranklist中表示题目状态的颜色样式,添加第一个ac的颜色,文字色统一为白色
This commit is contained in:
parent
66cef75bed
commit
25e2d0ca8d
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user