From 7d0b3d000100700965beffea719b0cdd47628d30 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Mon, 17 Jul 2023 02:21:14 -0500 Subject: [PATCH] Update accform styles to modern style.css --- style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index e94d5d1..4967c0d 100644 --- a/style.css +++ b/style.css @@ -749,9 +749,10 @@ body.accform .page-container .formpart .accinput { body.accform .options .option { display: flex; } body.accform .options .option .name { - font-family: var(--spfont1); - font-size: 12px; - flex-shrink: 0; flex-grow: 1; + font-family: var(--primary-font); + font-weight: bold; + flex-shrink: 0; + flex-grow: 1; text-align: right; padding: 2px; }