1-
21@mixin light-theme () {
32 --site-text-color : #051416 ;
4- --site-navigation-border-bottom : linear-gradient (0deg , #f6b391 0% , #f8ce6e 92% );
5- --site-navigation-box-shadow : rgba (0 , 0 , 0 , 0 ) 0px 0px 0px 0px , rgba (0 , 0 , 0 , 0 ) 0px 0px 0px 0px , rgba (0 , 0 , 0 , 0.05 ) 0px 1px 2px 0px ;
3+ --site-navigation-border-bottom : linear-gradient (
4+ 0deg ,
5+ #f6b391 0% ,
6+ #f8ce6e 92%
7+ );
8+ --site-navigation-box-shadow :
9+ rgba (0 , 0 , 0 , 0 ) 0px 0px 0px 0px , rgba (0 , 0 , 0 , 0 ) 0px 0px 0px 0px ,
10+ rgba (0 , 0 , 0 , 0.05 ) 0px 1px 2px 0px ;
611 --site-navigation-background : rgba (255 , 255 , 255 , 0.5 );
7- --site-navigation-text-color : #3D3D3D ;
12+ --site-navigation-text-color : #3d3d3d ;
813 --site-navigation-item-background : rgba (0 , 0 , 0 , 0.05 );
914 --site-tabs-background : rgba (255 , 255 , 255 , 0.8 );
1015 --site-tabs-active-background : #ffffff ;
1116 --site-navigation-menu-toggle-invert : invert (0 );
1217 --site-navigation-item-border : 1px solid #051416 ;
13- --site-code-box-text : #3D3D3D ;
18+ --site-code-box-text : #3d3d3d ;
1419 --site-link-with-right-arrow-color : #384fea ;
1520 --site-link-with-right-arrow-icon-filter : none ;
1621 --site-content-link-with-right-arrow-icon-filter : brightness (0 );
2530 --install-release-box-tr-border-bottom : 1px solid #f2f2f2 ;
2631 --install-release-box-tr-bg : #ffffff ;
2732
28- --homepage-hero-bg : linear-gradient (179deg ,#fac685 3% , #fbdab0 87% , #ffffff 100% );
33+ --get-started-page-bg : #fafafa ;
34+ --get-started-card-primary-bg : rgba (255 , 255 , 255 , 0.9 );
35+ --get-started-card-secondary-bg : rgba (236 , 236 , 236 , 1 );
36+ --get-started-boxes-bg : rgba (255 , 255 , 255 , 0.5 );
37+ --get-started-code-box-pre-bg : #fff ;
38+ --get-started-code-box-pre-border : 1px solid #d5d5d5 ;
39+
40+ --homepage-hero-bg : linear-gradient (
41+ 179deg ,
42+ #fac685 3% ,
43+ #fbdab0 87% ,
44+ #ffffff 100%
45+ );
2946 --homepage-install-text : #3d3d3d ;
30- --homepage-pillar-1-bg : linear-gradient (to bottom , #ffffff 0% , #d9f2ff 75% , #fff3d8 90% );
31- --homepage-pillar-2-bg : linear-gradient (to top , #e4937f 0% , #fdd9a1 72% , #fff3d8 100% );
32- --homepage-pillar-3-bg : linear-gradient (180deg , #e4937f 0% , #a268c1 36% , #4b3773 100% );
47+ --homepage-pillar-1-bg : linear-gradient (
48+ to bottom ,
49+ #ffffff 0% ,
50+ #d9f2ff 75% ,
51+ #fff3d8 90%
52+ );
53+ --homepage-pillar-2-bg : linear-gradient (
54+ to top ,
55+ #e4937f 0% ,
56+ #fdd9a1 72% ,
57+ #fff3d8 100%
58+ );
59+ --homepage-pillar-3-bg : linear-gradient (
60+ 180deg ,
61+ #e4937f 0% ,
62+ #a268c1 36% ,
63+ #4b3773 100%
64+ );
3365 --home-quicklinks-bg : rgba (255 , 177 , 100 , 0.9 );
3466 --home-quicklinks-color : #801a1a ;
3567
77109 --site-navigation-text-color : #ffffff ;
78110 --site-navigation-item-background : rgba (0 , 0 , 0 , 0.4 );
79111 --site-tabs-background : rgba (35 , 52 , 74 , 1 );
80- --site-tabs-active-background : #505F83 ;
112+ --site-tabs-active-background : #505f83 ;
81113 --site-navigation-menu-toggle-invert : invert (1 );
82114 --site-navigation-item-border : 1px solid #ffffff ;
83115 --site-code-box-text : #ffffff ;
84- --site-link-with-right-arrow-color : #1EC1FD ;
85- --site-link-with-right-arrow-icon-filter : invert (66% ) sepia (89% ) saturate (602% ) hue-rotate (172deg ) brightness (102% ) contrast (101% );
116+ --site-link-with-right-arrow-color : #1ec1fd ;
117+ --site-link-with-right-arrow-icon-filter : invert (66% ) sepia (89% )
118+ saturate (602% ) hue-rotate (172deg ) brightness (102% ) contrast (101% );
86119 --site-content-link-with-right-arrow-icon-filter : brightness (0 ) invert (1 );
87120
88121 --page-bg : #fff ;
89122
90- --install-page-bg : linear-gradient (0deg , #FF8115 0% , #B7451B 92% );
91- --install-site-code-box-bg : #23344A ;
123+ --install-page-bg : linear-gradient (0deg , #ff8115 0% , #b7451b 92% );
124+ --install-site-code-box-bg : #23344a ;
92125 --install-site-code-box-pre-bg : #111727 ;
93126 --install-release-box-th-bg : #111727 ;
94127 --install-release-box-th-color : #ffffff ;
95128 --install-release-box-tr-border-bottom : 1px solid #051416 ;
96129 --install-release-box-tr-bg : #384461 ;
97130
98- --homepage-install-text : #DEDEDE ;;
99- --homepage-hero-bg : linear-gradient (180deg , #144173 0% , #141228 68% , #144173 99% );
100- --homepage-pillar-1-bg : linear-gradient (179deg , #144173 1% , #000000 57% , #350839 88% , #B7451B 99% );
101- --homepage-pillar-2-bg : linear-gradient (0deg , #A268C1 4% , #FF8115 8% , #B7451B 99% );
102- --homepage-pillar-3-bg : linear-gradient (180deg , #A268C1 4% , #4B3773 99% );
131+ --get-started-page-bg : rgb (5 , 20 , 35 );
132+ --get-started-card-primary-bg : rgba (35 , 52 , 74 , 0.9 );
133+ --get-started-card-secondary-bg : rgba (56 , 68 , 97 , 1 );
134+ --get-started-boxes-bg : rgba (25 , 52 , 74 , 0.5 );
135+ --get-started-code-box-pre-bg : #111727 ;
136+ --get-started-code-box-pre-border : 1px solid #575757 ;
137+
138+ --homepage-install-text : #dedede ;
139+ --homepage-hero-bg : linear-gradient (
140+ 180deg ,
141+ #144173 0% ,
142+ #141228 68% ,
143+ #144173 99%
144+ );
145+ --homepage-pillar-1-bg : linear-gradient (
146+ 179deg ,
147+ #144173 1% ,
148+ #000000 57% ,
149+ #350839 88% ,
150+ #b7451b 99%
151+ );
152+ --homepage-pillar-2-bg : linear-gradient (
153+ 0deg ,
154+ #a268c1 4% ,
155+ #ff8115 8% ,
156+ #b7451b 99%
157+ );
158+ --homepage-pillar-3-bg : linear-gradient (180deg , #a268c1 4% , #4b3773 99% );
103159
104- --home-quicklinks-bg : #23344A ;
160+ --home-quicklinks-bg : #23344a ;
105161 --home-quicklinks-color : #ffffff ;
106162
107163 // rubber band
137193 --color-syntax-strings : rgb (255 , 129 , 112 );
138194 --color-syntax-type-declarations : rgb (107 , 223 , 255 );
139195 --color-syntax-urls : rgb (102 , 153 , 255 );
140- }
196+ }
0 commit comments