/*
Theme Name: GaoQi
Version: 1.0
Requires at least: 4.7
Requires PHP: 7.3
Description: theme for Leonardo
Author: Leonardo
Author URI: leonardo.tulurcc.online 
*/

/* init style */
html{
    font-size: 15px;
    overflow-x: hidden;
}
ul{
    margin-bottom: 0;
}
a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
}

li {
    list-style-type: none;
}

/* contact form 7 */
span:focus-visible{
    outline:none;
}
input:focus-visible{
    outline: none;
}
textarea:focus-visible{
    outline: none;
}