mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 12:58:40 +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;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-uoj-accepted .card-header:hover,
|
.card-uoj-accepted > .card-header:hover,
|
||||||
.card-uoj-accepted .uoj-status-text {
|
.card-uoj-accepted > div > .uoj-status-text {
|
||||||
color: #25ad40;
|
color: #25ad40;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-uoj-acceptable-answer .card-header:hover,
|
.card-uoj-acceptable-answer > .card-header:hover,
|
||||||
.card-uoj-acceptable-answer .uoj-status-text {
|
.card-uoj-acceptable-answer > div > .uoj-status-text {
|
||||||
color: #01bab2;
|
color: #01bab2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-uoj-tle .card-header:hover,
|
.card-uoj-tle > .card-header:hover,
|
||||||
.card-uoj-tle .uoj-status-text {
|
.card-uoj-tle > div > .uoj-status-text {
|
||||||
color: sandybrown;
|
color: sandybrown;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-uoj-wrong .card-header:hover,
|
.card-uoj-wrong > .card-header:hover,
|
||||||
.card-uoj-wrong .uoj-status-text {
|
.card-uoj-wrong > div > .uoj-status-text {
|
||||||
color: #ff4f4f;
|
color: #ff4f4f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body h1 {
|
.markdown-body h1 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user