<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* make menu toggle round 50px */
#mobile-header .menu-toggle {
    padding: 0;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    display: block;
    background-color: #f00;
    border-radius: 50px;
}

#mobile-header .menu-toggle .icon-menu-bars {
    position: relative;
    top: -3px;
}
/* hide all but the hamburger in sticky */
#mobile-header.is_stuck .inside-navigation  &gt; :not(.menu-toggle){
    display: none;
}
#mobile-header.is_stuck .inside-navigation {
    justify-content: flex-end;
}
/* make sticky header background transparent */
#mobile-header.is_stuck {
    background: transparent;
}</pre></body></html>