From 2f399dbb6499ed9f98ebcbde483d060f0b090b91 Mon Sep 17 00:00:00 2001 From: jeffser Date: Sun, 11 Aug 2024 14:44:19 -0600 Subject: [PATCH] Removed bold from manage button label --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index a10e535..f0a5c1d 100644 --- a/src/style.css +++ b/src/style.css @@ -13,6 +13,7 @@ } .manage_models_button { padding: 6px 8px 6px 8px; + font-weight: 400; } .model_list_box > * { margin: 0;