Jake Vanderwerf
2026-06-05 d25ccb070d76eb496e88d16776aea9e27de6e341
all.css
@@ -623,6 +623,7 @@
    line-height: 1.4;
    position: relative;
    max-width: 100vw;
    overflow-x: clip;
}
body,
body * {
@@ -768,6 +769,9 @@
    position: relative;
    z-index: var(--z-7);
}
    footer:empty {
        display: none;
    }
    footer p {
        margin: 0 auto;
    }
@@ -3341,11 +3345,26 @@
    width: 100%;
}
.callout a {
.callout.callout button,
.callout.callout .buttons a,
.callout.callout a {
    background-color: rgb(var(--action-contrast));
    color: rgb(var(--action-0));
    border: 1px solid transparent;
    padding: 0 .125rem;
    border-radius: 4px;
    box-shadow: var(--shdw-none);
}
    .callout.callout button:hover,
    .callout.callout button:focus,
    .callout.callout .buttons a:hover,
    .callout.callout .buttons a:focus,
    .callout.callout a:hover,
    .callout.callout a:focus {
        border-color: rgb(var(--action-contrast))!important;
        color: rgb(var(--action-contrast));
        background-color: transparent;
    }
/********************************************************
WP BLOCKS
********************************************************/
@@ -3607,13 +3626,16 @@
    margin:0!important;
}
    .loop.scroll li {
        min-width: 40vw;
        /*min-width: 40vw;*/
        padding: 0;
    }
    a:has(img) {
        display:block;
        padding: .25rem;
    }
    .loop.scroll img {
        max-height: 50vh;
    }
.no-results p,