From 5668bd6aaedd2c492e85d7e55cd0944047fde04d Mon Sep 17 00:00:00 2001 From: Krystal <150982280+KrstlSkll69@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:29:50 -0500 Subject: [PATCH] fix css issue --- style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index f88b1d1..a41c949 100644 --- a/style.css +++ b/style.css @@ -4,11 +4,10 @@ color: rgb(240 71 71) !important; border: 1px solid rgb(240 71 71 / 60%) !important; border-radius: 5px !important; - font-weight: 500; + font-weight: bold; padding: 6px 10px; text-align: center; margin-top: 10px; - font-style: bold; } .vc-badges-notice { @@ -17,11 +16,10 @@ color: var(--info-warning-text) !important; border: 1px solid var(--info-warning-foreground) !important; border-radius: 5px !important; - font-weight: 500; + font-weight: bold; padding: 6px 10px; text-align: center; margin-top: 10px; - font-style: bold; } .vc-badges-settings {