Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e946f25

Browse files
committedSep 28, 2022
Merge remote-tracking branch 'origin/main' into main
2 parents b9a09ee + c1ae3dc commit e946f25

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎src/css/custom.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,18 @@
1919
--ifm-h1-font-size: 2.5rem;
2020
--ifm-menu-link-padding-horizontal: .5rem;
2121
--ifm-breadcrumb-item-background-active: none;
22+
--ifm-breadcrumb-separator:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 256 256"><polygon fill="%239CA3AF" points="79.093,0 48.907,30.187 146.72,128 48.907,225.813 79.093,256 207.093,128"/></svg>');
2223
}
23-
.breadcrumbHomeIcon_node_modules-\@docusaurus-theme-classic-lib-theme-DocBreadcrumbs-styles-module {
24+
.breadcrumbs__link svg {
2425
color: rgb(156 163 175);
25-
height: 1.6rem !important;
26-
width: 1.6rem !important;
26+
height: 1.6rem;
27+
width: 1.6rem;
2728
}
2829
.breadcrumbs__item:not(:last-child):after {
29-
color: rgb(156 163 175);
30+
color: rgb(156 163 175) !important;
3031
height: .8em;
3132
width: .8em;
33+
opacity: 1;
3234
vertical-align: text-bottom;
3335
}
3436
.breadcrumbs__item {

0 commit comments

Comments
 (0)
Please sign in to comment.