Skip to content

Commit 75b6395

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 5f5bc87 + 3bc2e86 commit 75b6395

File tree

1 file changed

+35
-4
lines changed

1 file changed

+35
-4
lines changed

src/css/custom.css

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,51 @@
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 {
2446
font-size: 1.5em;
2547
}
2648

2749
.symbol-property {
28-
color: gray;
50+
color: rgb(156 163 175);
51+
padding-top: 3px;
2952
}
3053

3154
.symbol-method {
3255
color:darkviolet;
3356
}
3457

3558
.symbol-class {
36-
color: darkgoldenrod;
59+
color: rgb(99 102 241);
3760
}
3861

3962
.github-icon {
40-
color: black;
63+
color: #6b7280;
64+
margin-right: .25em;
65+
vertical-align: bottom;
4166
}
4267

4368
.docusaurus-highlight-code-line {
@@ -107,7 +132,7 @@ html[data-theme='dark'] ul>li {
107132
article p img {
108133
margin-top: 0.5em;
109134
}
110-
h6, h6 strong {
135+
h5, h6, h6 strong {
111136
font-size: 1em;
112137
font-weight: 600;
113138
}
@@ -117,3 +142,9 @@ h6 strong {
117142
.menu, .navbar-sidebar {
118143
font-size: 15px;
119144
}
145+
p code {
146+
color: #3b82f6;
147+
background-color: #eff6ff;
148+
padding: 0.25em 0.5rem;
149+
border-radius: 0.25rem;
150+
}

0 commit comments

Comments
 (0)