fix thin button style

This commit is contained in:
Aadil Ayub 2024-06-05 21:17:08 +05:00
parent 1bb48817de
commit 56cc3bcf0e

View File

@ -23,6 +23,7 @@ function lex_scotland_block_styles() {
border-radius: 0; border-radius: 0;
font-size: var(--wp--preset--font-size--small); font-size: var(--wp--preset--font-size--small);
border: 1px solid var(--wp--preset--color--washed-green); border: 1px solid var(--wp--preset--color--washed-green);
font-weight: 400;
} }
.wp-block-button.is-style-thin .wp-element-button:hover { .wp-block-button.is-style-thin .wp-element-button:hover {
border: 1px dashed; border: 1px dashed;