File tree Expand file tree Collapse file tree 2 files changed +9
-21
lines changed
components/HomepageFeatures Expand file tree Collapse file tree 2 files changed +9
-21
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ type FeatureItem = {
10
10
}
11
11
12
12
const FeatureList : FeatureItem [ ] = [
13
+ {
14
+ title : 'Open-source and free' ,
15
+ Svg : require ( '@site/static/img/undraw_docusaurus_tree.svg' ) . default ,
16
+ description : (
17
+ < > Support the project by contributing PRs on GitHub, or sponsor the author to say thanks!</ >
18
+ ) ,
19
+ } ,
13
20
{
14
21
title : 'Full-featured' ,
15
22
Svg : require ( '@site/static/img/undraw_docusaurus_react.svg' ) . default ,
@@ -30,16 +37,6 @@ const FeatureList: FeatureItem[] = [
30
37
</ >
31
38
) ,
32
39
} ,
33
- {
34
- title : 'Maintained' ,
35
- Svg : require ( '@site/static/img/undraw_docusaurus_tree.svg' ) . default ,
36
- description : (
37
- < >
38
- Support the project maintenance by sponsoring it on GitHub, or just sponsor the author to
39
- say thanks!
40
- </ >
41
- ) ,
42
- } ,
43
40
]
44
41
45
42
function Feature ( { title, description } : FeatureItem ) {
Original file line number Diff line number Diff line change 105
105
106
106
div [class ^= 'announcementBar' ] {
107
107
font-size : 20px ;
108
-
109
- --site-announcement-bar-stripe-color1 : # e8d7ff ;
110
- --site-announcement-bar-stripe-color2 : # ffe9d1 ;
111
-
112
- background : repeating-linear-gradient (
113
- 35deg ,
114
- var (--site-announcement-bar-stripe-color1 ),
115
- var (--site-announcement-bar-stripe-color1 ) 20px ,
116
- var (--site-announcement-bar-stripe-color2 ) 10px ,
117
- var (--site-announcement-bar-stripe-color2 ) 40px
118
- );
108
+ color : var (--ifm-navbar-link-color );
109
+ background-color : var (--ifm-navbar-background-color );
119
110
font-weight : bold;
120
111
}
You can’t perform that action at this time.
0 commit comments