Skip to content

Commit 206171b

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 0d9e2ef + 1eec436 commit 206171b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/css/custom.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
--ifm-breadcrumb-item-background-active: none;
2222
--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>');
2323
}
24+
.breadcrumbs__link {
25+
font-size: 1.2em;
26+
}
2427
.breadcrumbs__link svg {
2528
color: rgb(156 163 175);
2629
height: 1.6rem;
@@ -31,13 +34,11 @@
3134
height: .8em;
3235
width: .8em;
3336
opacity: 1;
34-
vertical-align: text-bottom;
3537
}
3638
.breadcrumbs__item {
3739
vertical-align: middle;
3840
}
3941
.breadcrumbs__item span {
40-
font-size: 1.2em;
4142
font-weight: 600;
4243
}
4344
.breadcrumbs__item--active .breadcrumbs__link {
@@ -149,4 +150,7 @@ p code {
149150
background-color: #eff6ff;
150151
padding: 0.25em 0.5rem;
151152
border-radius: 0.25rem;
153+
}
154+
.theme-code-block div:first-child {
155+
background: rgb(249 250 251);
152156
}

0 commit comments

Comments
 (0)