/*
Theme Name: I need it Yesterday
Theme URI: https://ineedityesterday.dev
Author: I need it Yesterday
Author URI: https://ineedityesterday.dev
Description: Child theme of Datamonkeys for ineedityesterday.dev: same layout system, gold palette and the neon art of the original site.
Template: datamonkeys
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ineedityesterday
*/

/* ── Brand overrides on top of the parent style.css ── */
::selection {
    background: #FFD700;
    color: #1A1A1A;
}

/* Home header pill is cream: gold brand text would vanish on it. */
#site-header:not(.header-on-page) .header-brand-text {
    color: #1A1A1A;
}

/* Tech stack logos come in mixed sizes; keep them visually even. */
.iny-stack-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
