taking lighthouse accessibility suggestions

This commit is contained in:
Joshua Seigler 2025-07-06 02:11:44 -04:00
parent 3aa4244220
commit c15a77468a
3 changed files with 12 additions and 24 deletions

View file

@ -206,7 +206,6 @@ li::marker {
aside {
display: inline-block;
margin-left: 1ch;
font-size: var(--s-1);
}
span.aside {
@ -284,7 +283,7 @@ ul.collection {
box-shadow: inset 0 0 2rem -1rem var(--c-accent);
padding: 0.5rem;
border-radius: 0.25rem;
> a:first-of-type {
a.collection-itemTitle {
position: static;
&::before {
content: "";
@ -293,9 +292,6 @@ ul.collection {
}
}
}
> aside {
display: inline;
}
> p {
&::before {
content: none;
@ -308,11 +304,6 @@ ul.collection {
+ li {
margin-top: 1rem;
}
@media (max-width: 40rem) {
.tags {
display: block;
}
}
}
}