File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 21
21
--ifm-color-primary-light : # 91c9f9 ;
22
22
--ifm-color-primary-lighter : # bcf7fc ;
23
23
--ifm-color-primary-lightest : # e9fff8 ;
24
+ --ifm-font-base-color : rgb (50 , 67 , 93 );
25
+ --ifm-tabs-color : var (--ifm-font-base-color );
24
26
--color-highlight : # d73300 ;
25
27
--ifm-color-warning-ultralight : # fdfbed ;
26
28
--ifm-line-height-base : 1.6 ;
43
45
--ifm-badge-padding-horizontal : 0.5rem ;
44
46
--ifm-badge-padding-vertical : 0.4rem ;
45
47
--ifm-footer-link-hover-color : inherit;
48
+ --ifm-global-shadow-md : none;
49
+ }
50
+
51
+ @media (max-width : 400px ) {
52
+ : root {
53
+ --ifm-spacing-horizontal : 1rem ;
54
+ --ifm-font-size-base : 16px ;
55
+ }
46
56
}
47
57
48
58
html [data-theme = 'dark' ] {
@@ -169,6 +179,10 @@ a.footnote-ref {
169
179
text-decoration : underline;
170
180
}
171
181
182
+ .prism-code {
183
+ border-radius : 4px ;
184
+ }
185
+
172
186
.prism-code .token-line {
173
187
opacity : 0.1 ;
174
188
transition : opacity 350ms ease 350ms ;
You can’t perform that action at this time.
0 commit comments