/*
Theme Name: Peace Springs Publishing
Theme URI: 
Author: AntiGravity
Author URI: 
Description: A Block Theme converted from Google Stitch designs.
Version: 1.0
Tested up to: 6.5
Requires at least: 6.0
License: 
License URI: 
Text Domain: peace-springs
Tags: custom-colors, custom-logo, block-patterns, block-styles, full-site-editing
*/

/* Custom Navigation Menu Styles */
.custom-nav-links .wp-block-navigation-item a {
    color: rgba(27, 42, 74, 0.7);
    transition: color 0.2s ease;
    text-decoration: none;
}
.custom-nav-links .wp-block-navigation-item a:hover {
    color: #1B2A4A;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.custom-nav-links .wp-block-navigation-item.current-menu-item > a {
    color: #1B2A4A;
    border-bottom: 2px solid #1B2A4A;
    padding-bottom: 4px;
    font-weight: bold;
    text-decoration: none;
}
