13 lines
214 B
SCSS
13 lines
214 B
SCSS
@import "../../bootstrap/scss/breadcrumb";
|
|
|
|
.breadcrumb-navbar {
|
|
font-weight: bold;
|
|
|
|
.breadcrumb-comment {
|
|
color: var(--bs-gray);
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
text-shadow: none;
|
|
}
|
|
}
|