File tree Expand file tree Collapse file tree 1 file changed +35
-4
lines changed Expand file tree Collapse file tree 1 file changed +35
-4
lines changed Original file line number Diff line number Diff line change 18
18
--doc-sidebar-width : 380px !important ;
19
19
--ifm-h1-font-size : 2.5rem ;
20
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
+ 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 );
21
43
}
22
44
23
45
.navbar__title {
24
46
font-size : 1.5em ;
25
47
}
26
48
27
49
.symbol-property {
28
- color : gray;
50
+ color : rgb (156 163 175 );
51
+ padding-top : 3px ;
29
52
}
30
53
31
54
.symbol-method {
32
55
color : darkviolet;
33
56
}
34
57
35
58
.symbol-class {
36
- color : darkgoldenrod ;
59
+ color : rgb ( 99 102 241 ) ;
37
60
}
38
61
39
62
.github-icon {
40
- color : black;
63
+ color : # 6b7280 ;
64
+ margin-right : .25em ;
65
+ vertical-align : bottom;
41
66
}
42
67
43
68
.docusaurus-highlight-code-line {
@@ -107,7 +132,7 @@ html[data-theme='dark'] ul>li {
107
132
article p img {
108
133
margin-top : 0.5em ;
109
134
}
110
- h6 , h6 strong {
135
+ h5 , h6 , h6 strong {
111
136
font-size : 1em ;
112
137
font-weight : 600 ;
113
138
}
@@ -117,3 +142,9 @@ h6 strong {
117
142
.menu , .navbar-sidebar {
118
143
font-size : 15px ;
119
144
}
145
+ p code {
146
+ color : # 3b82f6 ;
147
+ background-color : # eff6ff ;
148
+ padding : 0.25em 0.5rem ;
149
+ border-radius : 0.25rem ;
150
+ }
You can’t perform that action at this time.
0 commit comments