From 56cc3bcf0e0f12b0f2ffd1f3df3679d6a950001a Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 5 Jun 2024 21:17:08 +0500 Subject: [PATCH] fix thin button style --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 1493783..a0e1cc4 100644 --- a/functions.php +++ b/functions.php @@ -23,6 +23,7 @@ function lex_scotland_block_styles() { border-radius: 0; font-size: var(--wp--preset--font-size--small); border: 1px solid var(--wp--preset--color--washed-green); + font-weight: 400; } .wp-block-button.is-style-thin .wp-element-button:hover { border: 1px dashed;