/*
Theme Name:   Greyd Child Theme
Theme URI:    https://greyd.io/
Description:  A child theme for the Greyd Theme
Author:       Greyd
Author URI:   http://example.com
Template:     greyd-theme
Version:      1.0.0
License:      GPLv2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: blog, portfolio, entertainment, site-editing, block-patterns, block-styles
Text Domain:  greyd-child-theme
*/

/* make avatar images round*/

.wp-block-avatar img {
    border-radius: 200px;
}

/* buttons on blog page */

.wp-block-read-more.has-base-background-color {
    background-color: #ad955e !important;
}

.wp-block-read-more.has-small-font-size {
    font-size: 0.8em !important;
	font-weight: 600 !important;
}

.wp-block-read-more {
    border-radius: 300px !important;
	padding: 12px 25px !important;
}