feat: dedicated music page(s); pagination fixes; nav + color updates; assorted updates

This commit is contained in:
Cory Dransfeldt 2024-05-18 12:42:17 -07:00
parent 619abaca03
commit 00a94fc7a8
No known key found for this signature in database
36 changed files with 111 additions and 148 deletions

View file

@ -147,6 +147,7 @@ a:active,
/* headers */
h1, h2, h3, h4, h5, h6 {
font-weight: var(--font-weight-bold);
margin: var(--sizing-base) 0;
}
h1 { font-size: var(--font-size-xl) }
@ -321,7 +322,7 @@ nav .active {
.menu-primary .active svg,
nav .active svg {
stroke: var(--accent-color) !important;
stroke: var(--accent-color-hover) !important;
}
/* social icons */
@ -332,8 +333,11 @@ nav .active svg {
.brain svg { stroke: var(--brand-listenbrainz) !important; }
.headphones svg { stroke: var(--brand-music) !important; }
.device-tv svg { stroke: var(--brand-tv) !important; }
.news svg { stroke: var(--brand-instapaper) !important; }
.books svg { stroke: var(--brand-books) !important; }
.link svg { stroke: var(--brand-links) !important; }
.info-square svg { stroke: var(--brand-about) !important }
.search svg { stroke: var(--brand-search) !important }
.news svg { stroke: var(--brand-instapaper) !important; }
.coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; }
.heart-handshake svg { stroke: var(--webrings) !important; }
.rss svg { stroke: var(--brand-rss) !important; }
@ -399,6 +403,11 @@ article {
}
}
.explainer {
padding-top: var(--sizing-lg);
margin-block: 0;
}
footer nav:first-child {
gap: var(--sizing-sm);
margin-top: var(--sizing-3xl);