/*
Theme Name: Bianca
Theme URI: https://biancavandepoel.com
Author: Bianca van de Poel
Description: Child theme van Ollie, aangepast voor biancavandepoel.com met behoud van het bestaande uiterlijk.
Template: ollie
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bianca
*/

/* ==========================================================================
   TEKSTSELECTIE
   ========================================================================== */

::selection {
    background-color: #FFD5CC;
}

::-moz-selection {
    background-color: #FFD5CC;
}

/* ==========================================================================
   LINKS IN CONTENT
   ========================================================================== */

.entry-content a {
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    box-shadow: inset 0 -7px 0 0 #eee;
}

.entry-content a::selection {
    text-decoration: underline;
    text-decoration-thickness: 7px;
    text-decoration-color: var(--wp--preset--color--primary);
}

.entry-content a:hover {
    box-shadow: inset 0 -24px 0 0 #f3f3f3;
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

.pretty-wrap {
    text-wrap: pretty;
}

.balance-wrap {
    text-wrap: balance;
}

.fixed-bg {
    background-position: fixed;
}


/* ==========================================================================
   AFFILIATE LINKS
   ========================================================================== */

.affiliate a::after {
    content: "*";
    color: var(--wp--preset--color--primary);
}

/* ==========================================================================
   LOGO INVERSIE (bijv. op donkere header)
   ========================================================================== */

.inverted .custom-logo {
    filter: invert(100%);
}
