/*
Theme Name: RooK
Theme URI: 
Author: r∞k Komputers
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: rook
Tags: 
*/

/* temp styling! we will use theme.json! */
@media (min-width: 600px) {
    nav.with-bar .wp-block-navigation-item:after {
        content: "|";
        margin-inline-start: var(--wp--style--block-gap);
    }

    nav.with-bar .wp-block-navigation-item:last-child:after {
        content: "";
    }

    .fixed-height-800 * {
        height: 800px !important;
    }
}