/*!
Theme Name: Hokus Astra
Template: astra
Author: Flo Maier & Nudelbox
Description: A hokus child theme for the Astra Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hokus-astra
*/

/* Theme customization starts here
-------------------------------------------------------------- */

details summary {
    font-family: 'Staatliches', display;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0.5em;
}
.colorOnHover{
    filter: grayscale(100%);      
}

.colorOnHover:hover{
    filter: grayscale(0);
}