mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
16 lines
179 B
SCSS
16 lines
179 B
SCSS
.breadcrumb {
|
|
a {
|
|
text-decoration: none;
|
|
opacity: 0.7;
|
|
|
|
&:hover {
|
|
text-decoration: none;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
li.is-active a {
|
|
opacity: 1;
|
|
}
|
|
}
|