/*
Theme Name:     The Tech Blog
Theme URI:      https://www.kadencewp.com/
Template:       kadence
Author:         Rovehoster
Author URI:     https://rovehoster.com/
Description:    This is a child theme form kadence. This child theme is made by Rovehoster.
Version:        1.1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.taxonomy-category.wp-block-post-terms a { 
    line-height: 32px;
    background: #6482fc;
	color:#ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
}
.wp-block-post-terms .wp-block-post-terms__separator{
	color:#ffffff;
}

.widget-area ul {
    padding-left: 0;
    list-style: none;
    margin: 0px;
}
