feat: uoj-status-text use bold font
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-09-29 11:57:02 +08:00
parent 4a935b4595
commit 07123651b6
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -92,6 +92,10 @@ label {
cursor: pointer; cursor: pointer;
} }
.uoj-status-text {
font-weight: bold;
}
.card-uoj-accepted > .card-header:hover, .card-uoj-accepted > .card-header:hover,
.card-uoj-accepted > div.card-header > div > .uoj-status-text { .card-uoj-accepted > div.card-header > div > .uoj-status-text {
color: #25ad40; color: #25ad40;