/*
Theme Name:   Jesper Theme
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Twenty-Twenty-Three Child Theme
Author:       J. Mahel
Author URI:   http://jesper.de.cool
Template:     twentytwentythree
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentytwentythreechild
*/
.wp-block-button .wp-block-button__link {
    background-color: #ffffff00;
    border-radius: 10px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
}
.wp-element-button, .wp-block-button__link {
    background-color: #ffffff00;
    border-radius: 5px;
    border-color: #2da44e;
    border-width: 1px;
    border-style: solid;
    color: #2da44e;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding-top: 0.667em;
    padding-right: 1.333em;
    padding-bottom: 0.667em;
    padding-left: 1.333em;
    text-decoration: none;
}