Compare commits
4 Commits
2abe5bedcd
...
afe420db9f
| Author | SHA1 | Date | |
|---|---|---|---|
| afe420db9f | |||
| fd3bc43b4f | |||
| ea3c19edee | |||
| 263bc07bb2 |
@ -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);
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user