Files
com.xaymar.www/_sass/_breadcrumbs.scss
T

22 lines
445 B
SCSS
Raw Normal View History

2021-12-24 11:00:43 +01:00
.breadcrumbs {
margin: 1rem 0;
padding: .25rem 1rem;
background: $theme-breadcrumbs-background;
color: $theme-breadcrumbs-color;
}
.breadcrumbs > .crumb {
text-transform: uppercase;
}
.breadcrumbs > .crumb > a,
.breadcrumbs > .crumb > a:visited {
color: $theme-breadcrumbs-link-color;
}
2022-10-28 23:43:02 +02:00
.breadcrumbs > .crumb > a:hover,
2021-12-24 11:00:43 +01:00
.breadcrumbs > .crumb > a:focus,
.breadcrumbs > .crumb > a:active {
color: $theme-breadcrumbs-link-color-active;
}