fix taxonomy issues
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user