/*
Theme Name: Themify Ultra Child
Description: A child theme of Themify Ultra
Template: themify-ultra
Author: edouardgyss (edouard.gyss@gmail.com)
*/

/* Woohoo! Let's customize! */

/*reset button hover*/
button:hover,input:is([type=reset],[type=submit]):hover {
    background-color: unset;
    box-shadow: unset;
    color: unset;
    transform: translateY(0);
}