feat: footer refactor

This commit is contained in:
Devin Haska 2024-02-06 14:08:17 -08:00
parent f339227c3d
commit d4ffca4b5b
13 changed files with 94 additions and 4834 deletions

View file

@ -73,11 +73,11 @@ ul li::marker {
}
ol li::marker {
color: rgba(0, 0, 0, 0.6);
color: var(--color-text-soft);
}
blockquote {
border-inline-start: 2px solid var(--color-text-soft);
border-inline-start: 2px solid var(--color-bg-faded);
margin-inline-start: 0;
padding-inline: 1rem;
}
@ -105,6 +105,11 @@ img[width][height] {
height: auto;
}
hr {
border-style: solid;
color: var(--color-bg-faded);
}
@media (prefers-reduced-motion: reduce) {
html:focus-within {
scroll-behavior: auto;