/*
 @wordpress-theme
Theme Name: Lekker voor kinderen
Theme URI: https://lekkervoorkinderen.nl
Author: Andy Meerwaldt
Author URI: https://lekkervoorkinderen.nl
Description: Lekker voor kinderen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.3

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
header:has(>.is-position-sticky) {
    position: sticky;
    top: calc( 0px + var( --wp-admin--admin-bar--height, 0px ) );
    z-index: 100;
}

@media (max-width: 600px) {
    header:has(>.is-position-sticky) {
        top: 0;
    }
}

a {
    text-decoration-thickness: 1px !important;
    text-underline-offset: .1em;
}
