From 07123651b6694891ee8c5175b6c2cc7c42fa5da2 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Thu, 29 Sep 2022 11:57:02 +0800 Subject: [PATCH] feat: uoj-status-text use bold font --- web/css/uoj-bs5.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/css/uoj-bs5.css b/web/css/uoj-bs5.css index be703fd..212f95a 100644 --- a/web/css/uoj-bs5.css +++ b/web/css/uoj-bs5.css @@ -92,6 +92,10 @@ label { cursor: pointer; } +.uoj-status-text { + font-weight: bold; +} + .card-uoj-accepted > .card-header:hover, .card-uoj-accepted > div.card-header > div > .uoj-status-text { color: #25ad40;