/*
 Theme Name:   BlogHash Child
 Theme URI:    https://blog.clicksys.click/
 Description:  Tema hijo profesional para BlogHash
 Author:       Robinson Guzmán Prada
 Author URI:   https://clicksys.click/
 Template:     bloghash
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, theme-options, translation-ready
 Text Domain:  bloghash-child
*/

/* Importa estilos del tema padre */
@import url("../bloghash/style.css");

/* Tus personalizaciones van aquí */
.btn-small {
    background-color: #97f914!important;
    color: black !important;
}

/* .bloghash-search.rounded-fill {
    color: black!important;
    background-color: #97f914!important;
} */

.button.button-large {
    min-height: 32px!important;
    line-height: 2.30769231!important;
    padding: 0 12px!important;
    background-color: red!important;
}