File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 4
4
* work well for content-centric websites.
5
5
*/
6
6
7
- @import url ("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;600;700&display=swap" );
7
+ @import url ("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500; 600;700&display=swap" );
8
8
9
9
/* You can override the default Infima variables here. */
10
10
: root {
@@ -105,6 +105,7 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
105
105
106
106
.navbar .navbar__link {
107
107
color : var (--ifm-menu-color );
108
+ font-weight : var (--ifm-font-weight-normal );
108
109
}
109
110
110
111
.navbar .navbar__link : hover {
@@ -194,6 +195,10 @@ img {
194
195
display : none;
195
196
}
196
197
198
+ .menu__link {
199
+ font-weight : var (--ifm-font-weight-normal );
200
+ }
201
+
197
202
.menu__link--sublist-caret : after {
198
203
background : var (--ifm-menu-link-sublist-icon ) 50% /2rem 2rem ;
199
204
min-width : 1.25rem ;
You can’t perform that action at this time.
0 commit comments