File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 24
24
--ifm-font-base-color : rgb (50 , 67 , 93 );
25
25
--ifm-tabs-color : var (--ifm-font-base-color );
26
26
--ifm-menu-color : var (--ifm-font-base-color );
27
+ --ifm-contents-link-color : var (--ifm-font-base-color );
27
28
--color-highlight : # 35435b ;
28
29
--ifm-color-warning-ultralight : # fdfbed ;
29
30
--ifm-line-height-base : 1.6rem ;
41
42
--ifm-hr-border-color : var (--ifm-code-background );
42
43
--ifm-code-background : # 86b4ff1a ;
43
44
--ifm-code-border-color : # 005aff1a ;
44
- --ifm-contents-border-color : var (--ifm-code-background );
45
+ --ifm-contents-border-color : var (--ifm-code-border-color );
45
46
--ifm-menu-color-background-active : var (--ifm-code-background );
46
47
--ifm-menu-color-background-hover : var (--ifm-menu-color-background-active );
47
48
--ifm-color-info : var (--ifm-color-gray-200 );
62
63
html [data-theme = 'dark' ] {
63
64
--ifm-color-warning-lightest : var (--ifm-color-gray-900 );
64
65
--ifm-color-warning-ultralight : black;
65
- --ifm-font-base-color : # f5f6f7 ;
66
+ --ifm-font-base-color : # f5f6f7 ; /* change to --ifm-font-color-base-inverse */
66
67
--color-highlight : # bcd2f7 ;
67
68
}
68
69
126
127
position : relative;
127
128
}
128
129
130
+ a [href *= '/edit/' ] {
131
+ color : inherit;
132
+ }
133
+
134
+ a .contents__link {
135
+ font-weight : 500 ;
136
+ }
137
+
138
+ .contents {
139
+ line-height : 1.4rem ;
140
+ }
141
+
142
+ .menu a .menu__link .menu__link--sublist : after {
143
+ background-size : 1.4rem 1.4rem ;
144
+ }
145
+
129
146
h2 > code ,
130
147
h3 > code ,
131
148
h4 > code {
You can’t perform that action at this time.
0 commit comments