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

@ -1,5 +1,12 @@
/* _text.sass */
a
color: $primary
text-decoration: underline
transition: color 0.3s ease-in-out
&:hover, &:focus
color: $accent
#quick-links
text-align: left
@ -31,6 +38,6 @@
color: $darkest
text-decoration: none
font-weight: 500
transition: background 0.4s
transition: background 0.3s ease-in-out
&:hover, &:focus
background: $accent-light