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