We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1bf55 commit f5ddcaeCopy full SHA for f5ddcae
1 file changed
src/css/custom.css
@@ -18,6 +18,28 @@
18
--doc-sidebar-width: 380px !important;
19
--ifm-h1-font-size: 2.5rem;
20
--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
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);
43
}
44
45
.navbar__title {
0 commit comments