fix taxonomy issues

This commit is contained in:
2025-06-06 18:05:19 -06:00
parent 4acfe1d027
commit 900fe7ed06
6 changed files with 101 additions and 71 deletions

View File

@ -39,7 +39,7 @@ header h1, header h1 a
color: $text
text-decoration: none
padding: 0
transition: color 0.4s
transition: color 0.4s ease-in-out
&:hover, &:focus
color: $accent-light
@ -67,9 +67,10 @@ nav ul li a
color: $text
text-decoration: none
font-weight: 500
transition: background 0.4s
transition: background 0.4s ease-in-out
&:hover, &:focus
background: $accent-dark
color: $text
@media (max-width: 600px)
header