Skip to content
Snippets Groups Projects
Commit 5a1b6236 authored by Olivia206's avatar Olivia206
Browse files

Fix bradcrumb link color

parent 832a67c1
No related branches found
No related tags found
No related merge requests found
......@@ -4,14 +4,14 @@
flex-wrap: nowrap
overflow: auto
display: flex
a
color: $breadcrumb-color
text-decoration-color: rgba($breadcrumb-color, 0.3)
&:hover
text-decoration-color: rgba($breadcrumb-color, 1)
li
flex-shrink: 0
white-space: nowrap
a
color: $breadcrumb-color
text-decoration-color: rgba($breadcrumb-color, 0.3)
&:hover
text-decoration-color: rgba($breadcrumb-color, 1)
&:not(:first-child)
padding-left: 0.5rem
&::before
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment