/*
Theme Name: Glossary
Theme URI: https://websitedesignglossary.com
Description: A simple and clean glossary/knowledge base theme
Version: 1.0.0
Author: Kinjo
Author URI: https://websitedesignglossary.com.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glossary
*/

/*
Custom CSS for Glossary Theme
*/

html, body {
    color: #333333;
}

a {
    color: #00b4b3;
}

.site-header {
    background: #00b4b3;
}

.hkb-category .hkb-category__iconwrap img {
    display: block;
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: center;
}

.ht-categoryheader .hkb-category__iconwrap img {
    display: block;
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: center;
}