From cbdd056dcb4ede101477fa26d901f49b2d3c6412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 2 Apr 2026 12:20:53 +0400 Subject: [PATCH] Optimize font-weight for account status --- app/styles/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/app.css b/app/styles/app.css index 79abc7a..6481079 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -254,6 +254,10 @@ body { margin-left: calc(18px + 0.75rem); } +.account-status strong { + font-weight: 600; +} + .account-item.disabled { opacity: 0.5; pointer-events: none;