From 3b23bd779040156c0fb8a68adacca7b75752cb3e Mon Sep 17 00:00:00 2001 From: matty Date: Fri, 29 Mar 2024 18:23:48 -0400 Subject: [PATCH] remove bold font weight from hover --- assets/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index c8a20c3..64acc7e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -62,7 +62,6 @@ input.p-inputtext.p-component.ng-star-inserted { .modal-body p a:hover { color: #D16100 !important; text-decoration: none !important; - font-weight: 900 !important; }