Skip to content

Commit f5ddcae

Browse files
committed
Customize breadcrumbs
1 parent 2a1bf55 commit f5ddcae

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,28 @@
1818
--doc-sidebar-width: 380px !important;
1919
--ifm-h1-font-size: 2.5rem;
2020
--ifm-menu-link-padding-horizontal: .5rem;
21+
--ifm-breadcrumb-item-background-active: none;
22+
}
23+
.breadcrumbHomeIcon_node_modules-\@docusaurus-theme-classic-lib-theme-DocBreadcrumbs-styles-module {
24+
color: rgb(156 163 175);
25+
height: 1.6rem !important;
26+
width: 1.6rem !important;
27+
}
28+
.breadcrumbs__item:not(:last-child):after {
29+
color: rgb(156 163 175);
30+
height: .8em;
31+
width: .8em;
32+
vertical-align: text-bottom;
33+
}
34+
.breadcrumbs__item {
35+
vertical-align: middle;
36+
}
37+
.breadcrumbs__item span {
38+
font-size: 1.2em;
39+
font-weight: 600;
40+
}
41+
.breadcrumbs__item--active .breadcrumbs__link {
42+
color: rgb(55 65 81);
2143
}
2244

2345
.navbar__title {

0 commit comments

Comments
 (0)