@@ -149,6 +149,7 @@ pre {
149149.header-actions {
150150 display : flex;
151151 align-items : center;
152+ gap : 0.8rem ;
152153}
153154
154155.repo-button {
@@ -192,6 +193,19 @@ pre {
192193 cursor : not-allowed;
193194}
194195
196+ .npm-button {
197+ background : linear-gradient (135deg , # cb3837, # 7d1717 );
198+ border-color : rgba (255 , 205 , 205 , 0.22 );
199+ }
200+
201+ .npm-button : hover {
202+ border-color : rgba (255 , 228 , 228 , 0.34 );
203+ }
204+
205+ .npm-button-icon {
206+ color : # ffe9e9 ;
207+ }
208+
195209.hero {
196210 padding : 5.5rem 0 3rem ;
197211}
@@ -297,6 +311,18 @@ pre {
297311 color : var (--text );
298312}
299313
314+ .button-tertiary {
315+ background : rgba (12 , 20 , 34 , 0.08 );
316+ border : 1px solid rgba (12 , 20 , 34 , 0.1 );
317+ color : var (--text );
318+ }
319+
320+ .button-npm {
321+ background : linear-gradient (135deg , # cb3837, # 8f1f1f );
322+ color : white;
323+ box-shadow : 0 16px 32px rgba (203 , 56 , 55 , 0.22 );
324+ }
325+
300326.hero-proof {
301327 display : flex;
302328 flex-wrap : wrap;
@@ -1137,6 +1163,12 @@ pre {
11371163 box-shadow : 0 16px 32px rgba (15 , 141 , 103 , 0.2 );
11381164}
11391165
1166+ .footer-button-npm {
1167+ background : linear-gradient (135deg , # cb3837, # 8f1f1f );
1168+ color : white;
1169+ box-shadow : 0 16px 32px rgba (203 , 56 , 55 , 0.18 );
1170+ }
1171+
11401172.footer-button-secondary {
11411173 background : rgba (255 , 255 , 255 , 0.08 );
11421174 border : 1px solid rgba (255 , 255 , 255 , 0.1 );
0 commit comments