mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 06:58:41 +00:00
fix: .uoj-status-text
selector
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9fc1628709
commit
87847e02d0
@ -92,25 +92,26 @@ label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.card-uoj-accepted .card-header:hover,
|
||||
.card-uoj-accepted .uoj-status-text {
|
||||
.card-uoj-accepted > .card-header:hover,
|
||||
.card-uoj-accepted > div > .uoj-status-text {
|
||||
color: #25ad40;
|
||||
}
|
||||
|
||||
.card-uoj-acceptable-answer .card-header:hover,
|
||||
.card-uoj-acceptable-answer .uoj-status-text {
|
||||
.card-uoj-acceptable-answer > .card-header:hover,
|
||||
.card-uoj-acceptable-answer > div > .uoj-status-text {
|
||||
color: #01bab2;
|
||||
}
|
||||
|
||||
.card-uoj-tle .card-header:hover,
|
||||
.card-uoj-tle .uoj-status-text {
|
||||
.card-uoj-tle > .card-header:hover,
|
||||
.card-uoj-tle > div > .uoj-status-text {
|
||||
color: sandybrown;
|
||||
}
|
||||
|
||||
.card-uoj-wrong .card-header:hover,
|
||||
.card-uoj-wrong .uoj-status-text {
|
||||
.card-uoj-wrong > .card-header:hover,
|
||||
.card-uoj-wrong > div > .uoj-status-text {
|
||||
color: #ff4f4f;
|
||||
}
|
||||
|
||||
.markdown-body h1 {
|
||||
font-size: 2em;
|
||||
margin-bottom: 1rem;
|
||||
|
Loading…
Reference in New Issue
Block a user