Compare commits

..

4 Commits

Author SHA1 Message Date
afe420db9f sentence case header 2026-02-05 12:53:53 -08:00
fd3bc43b4f update for after imbolc 2026-02-05 12:53:40 -08:00
ea3c19edee make comment more helpful 2026-02-05 12:53:26 -08:00
263bc07bb2 small fixes 2026-01-25 16:46:25 -08:00
4 changed files with 8 additions and 6 deletions

View File

@ -83,7 +83,7 @@ h1, h2, h3, h4, h5, h6 {
h1,
h2 {
font-family: 'Bellota', sans-serif;
font-family: 'Bellota', Arial, Helvetica, sans-serif;
}
h1 {
@ -139,7 +139,9 @@ main li:not(:last-child) {
padding: 0 0 .5rem;
}
/* styles for sets of <p>s under an h2/3/etc vs alone */
/* styles for sets of <p>s under an h2/3/etc vs alone
this is done as a class rather than just h2 + p to accomodate
for multi-<p> segments which can then be wrapped in <div>s */
.under-header,
.no-header {
background-color: var(--color-bg-alt);

View File

@ -85,13 +85,13 @@ nav a:has(img) {
justify-self: start;
}
nav a:has(img):focus {
nav a:has(img):focus-visible {
border-radius: 2rem;
outline-offset: .2rem;
outline: .2rem solid var(--color-accent);
}
nav a:has(img):focus img {
nav a:has(img):focus-visible img {
outline: none;
}

View File

@ -35,7 +35,7 @@
<h1>The Beall Greenhouses</h1>
<h2>Upcoming Imbolc celebration</h2>
<p class="under-header">See the <a href="/events/2026-imbolc">Imbolc event page</a> for more details.</p>
<p class="under-header">Our <a href="/events/2026-imbolc">Imbolc Celebration & Market</a> was fantastic. Visitors could learn to make a Brigid's Cross, and dog photographs meant an abundance of furry friends.</p>
<h2>A successful Solstice</h2>
<p class="under-header">Our inaugural <a href="/events/2025-solstice">Solstice Market</a> was a rousing success.</p>

View File

@ -34,7 +34,7 @@
<header><!-- auto-populated by nav.js --></header>
<main id="main">
<h1>Site Palette</h1>
<h1>Site palette</h1>
<div class="color">
<p id="concrete">#e5e0c7</p>
<p id="concrete-alt">#d1cbab</p>