Search and stuff

This commit is contained in:
2026-03-11 18:58:42 -05:00
parent 4665a00bc7
commit a5316f1a69
43 changed files with 422 additions and 106 deletions

View File

@@ -255,6 +255,9 @@ main {
.indexFeature:not(:last-child) {
padding-bottom: var(--space-l);
}
mark {
background-color: var(--contrast-color);
}
nav {
grid-column: 2 / span 12;
}
@@ -583,7 +586,7 @@ hr {
}
/* Dropcap */
main > section > article > p:not(.nodropcap):first-of-type:first-letter {
main > section > article.post > p:not(.nodropcap):first-of-type:first-letter {
float: left;
font-size: var(--step-5);
padding: var(--space-2xs);