From a84e019e96cfb7fe04b6d3c339e2521345f7cdbf Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Mon, 17 Jul 2023 02:21:53 -0500 Subject: [PATCH] Undo bolding on accform --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 4967c0d..0de3af3 100644 --- a/style.css +++ b/style.css @@ -750,7 +750,6 @@ body.accform .options .option { display: flex; } body.accform .options .option .name { font-family: var(--primary-font); - font-weight: bold; flex-shrink: 0; flex-grow: 1; text-align: right;