/*
Theme Name: Walden
Author: Upone
Author URI: https://upone.org
Description: Walden blog theme
Version: 2024
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 8.1
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: walden
*/

a {
    color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
    --bs-link-underline-opacity: 0;
}

a:hover, a:focus {
    color: rgba(252, 200, 51, var(--bs-link-opacity, 1));
    text-decoration-color: rgba(252, 200, 51, var(--bs-link-underline-opacity, 1));
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.nav-previous,
.nav-next {
    display: inline-block;
}

.nav-next {
    float: right;
}

.nav-links::after {
    content: "";
    clear: both;
    display: table;
}

.entry-meta {
    font-size: 0.75rem;
}

.wp-post-image {
    max-height: 350px;
    width: auto;
}
