diff --git a/functions.php b/functions.php index 7019e8c..ba904eb 100644 --- a/functions.php +++ b/functions.php @@ -22,6 +22,10 @@ function lex_scotland_block_styles() { color: var(--wp--preset--color--contrast); border-radius: 0; font-size: var(--wp--preset--font-size--small); + border: 1px solid var(--wp--preset--color--light-green); + } + .wp-block-button.is-style-thin .wp-element-button:hover { + border: 1px dashed; } ' ) );