Optimize font-weight for account status

This commit is contained in:
2026-04-02 12:20:53 +04:00
parent 2423b67f94
commit cbdd056dcb

View File

@@ -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;