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 {