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;