@@ -254,9 +254,9 @@ td, th { padding: 0; }
254
254
/* inter ui font family*/
255
255
* { box-sizing : border-box; }
256
256
257
- body { padding : 0 ; margin : 0 ; font-family : 'Inter UI' , sans-serif; font-size : 16px ; line-height : 1.5 ; color : # 1c1d25 ; }
257
+ body { padding : 0 ; margin : 0 ; font-family : 'Inter UI' , sans-serif; font-size : 16px ; line-height : 1.5 ; color : # 242426 ; }
258
258
259
- a { color : # 1c1d25 ; text-decoration : none; }
259
+ a { color : # c5b600 ; text-decoration : none; }
260
260
a : hover { text-decoration : underline; }
261
261
262
262
.btn { display : inline-block; margin-bottom : 1rem ; color : rgba (255 , 255 , 255 , 0.7 ); background-color : rgba (255 , 255 , 255 , 0.08 ); border-color : rgba (255 , 255 , 255 , 0.2 ); border-style : solid; border-width : 1px ; border-radius : 0.3rem ; transition : color 0.2s , background-color 0.2s , border-color 0.2s ; }
@@ -288,7 +288,7 @@ a:hover { text-decoration: underline; }
288
288
@media screen and (min-width : 42em ) and (max-width : 64em ) { .main-content { padding : 2rem 4rem ; font-size : 1.1rem ; } }
289
289
@media screen and (max-width : 42em ) { .main-content { padding : 2rem 1rem ; font-size : 1rem ; } }
290
290
.main-content img { max-width : 100% ; }
291
- .main-content h1 , .main-content h2 , .main-content h3 , .main-content h4 , .main-content h5 , .main-content h6 { margin-top : 2rem ; margin-bottom : 1rem ; font-weight : bold; color : # ed2a25 ; }
291
+ .main-content h1 , .main-content h2 , .main-content h3 , .main-content h4 , .main-content h5 , .main-content h6 { margin-top : 2rem ; margin-bottom : 1rem ; font-weight : bold; color : # ef0027 ; }
292
292
.main-content p { margin-bottom : 1em ; }
293
293
.main-content code { padding : 2px 4px ; font-family : Consolas, "Liberation Mono" , Menlo, Courier, monospace; font-size : 0.9rem ; color : # 567482 ; background-color : # f3f6fa ; border-radius : 0.3rem ; }
294
294
.main-content pre { padding : 0.8rem ; margin-top : 0 ; margin-bottom : 1rem ; font : 1rem Consolas, "Liberation Mono" , Menlo, Courier, monospace; color : # 567482 ; word-wrap : normal; background-color : # f3f6fa ; border : solid 1px # dce6f0 ; border-radius : 0.3rem ; }
@@ -327,3 +327,29 @@ a:hover { text-decoration: underline; }
327
327
.team .team-member { width : 33% ; } }
328
328
@media screen and (max-width : 42em ) { .team { flex-direction : column; }
329
329
.team .team-member { width : auto; } }
330
+
331
+ # signup { width : 100% ; }
332
+ # signup # mc-embedded-subscribe-form { display : flex; }
333
+ @media screen and (min-width : 64em ) { # signup # mc-embedded-subscribe-form { flex-direction : row; } }
334
+ @media screen and (min-width : 42em ) and (max-width : 64em ) { # signup # mc-embedded-subscribe-form { flex-direction : row; } }
335
+ @media screen and (max-width : 42em ) { # signup # mc-embedded-subscribe-form { flex-direction : column; } }
336
+ # signup # mc-embedded-subscribe-form # mce-EMAIL { display : inline-block; margin-bottom : 1rem ; color : rgba (255 , 255 , 255 , 0.7 ); background-color : rgba (255 , 255 , 255 , 0.08 ); border-color : rgba (255 , 255 , 255 , 0.2 ); border-style : solid; border-width : 1px ; border-radius : 0.3rem ; transition : color 0.2s , background-color 0.2s , border-color 0.2s ; border-color : # 9396ad ; color : # 626267 ; flex : 1 ; }
337
+ # signup # mc-embedded-subscribe-form # mce-EMAIL : hover { color : rgba (255 , 255 , 255 , 0.8 ); text-decoration : none; background-color : rgba (255 , 255 , 255 , 0.2 ); border-color : rgba (255 , 255 , 255 , 0.3 ); }
338
+ # signup # mc-embedded-subscribe-form # mce-EMAIL + .btn { margin-left : 1rem ; }
339
+ @media screen and (min-width : 64em ) { # signup # mc-embedded-subscribe-form # mce-EMAIL { padding : 0.75rem 1rem ; } }
340
+ @media screen and (min-width : 42em ) and (max-width : 64em ) { # signup # mc-embedded-subscribe-form # mce-EMAIL { padding : 0.6rem 0.9rem ; font-size : 0.9rem ; } }
341
+ @media screen and (max-width : 42em ) { # signup # mc-embedded-subscribe-form # mce-EMAIL { display : block; width : 100% ; padding : 0.75rem ; font-size : 0.9rem ; }
342
+ # signup # mc-embedded-subscribe-form # mce-EMAIL + .btn { margin-top : 1rem ; margin-left : 0 ; } }
343
+ @media screen and (min-width : 64em ) { # signup # mc-embedded-subscribe-form # mce-EMAIL { margin-right : 1em ; } }
344
+ @media screen and (min-width : 42em ) and (max-width : 64em ) { # signup # mc-embedded-subscribe-form # mce-EMAIL { margin-right : 1em ; } }
345
+ # signup # mc-embedded-subscribe-form # mce-EMAIL : hover { border-color : black; color : black; }
346
+ # signup # mc-embedded-subscribe-form # mce-EMAIL : focus , # signup # mc-embedded-subscribe-form # mce-EMAIL : active { outline : none; border-color : # 00087f ; color : # 00087f ; }
347
+ # signup # mc-embedded-subscribe-form # mc-embedded-subscribe { display : inline-block; margin-bottom : 1rem ; color : rgba (255 , 255 , 255 , 0.7 ); background-color : rgba (255 , 255 , 255 , 0.08 ); border-color : rgba (255 , 255 , 255 , 0.2 ); border-style : solid; border-width : 1px ; border-radius : 0.3rem ; transition : color 0.2s , background-color 0.2s , border-color 0.2s ; background : # c5b600 ; border-color : # bbad00 ; }
348
+ # signup # mc-embedded-subscribe-form # mc-embedded-subscribe : hover { color : rgba (255 , 255 , 255 , 0.8 ); text-decoration : none; background-color : rgba (255 , 255 , 255 , 0.2 ); border-color : rgba (255 , 255 , 255 , 0.3 ); }
349
+ # signup # mc-embedded-subscribe-form # mc-embedded-subscribe + .btn { margin-left : 1rem ; }
350
+ @media screen and (min-width : 64em ) { # signup # mc-embedded-subscribe-form # mc-embedded-subscribe { padding : 0.75rem 1rem ; } }
351
+ @media screen and (min-width : 42em ) and (max-width : 64em ) { # signup # mc-embedded-subscribe-form # mc-embedded-subscribe { padding : 0.6rem 0.9rem ; font-size : 0.9rem ; } }
352
+ @media screen and (max-width : 42em ) { # signup # mc-embedded-subscribe-form # mc-embedded-subscribe { display : block; width : 100% ; padding : 0.75rem ; font-size : 0.9rem ; }
353
+ # signup # mc-embedded-subscribe-form # mc-embedded-subscribe + .btn { margin-top : 1rem ; margin-left : 0 ; } }
354
+ # signup # mc-embedded-subscribe-form # mc-embedded-subscribe : hover { background : # ac9f00 ; border-color : # ac9f00 ; }
355
+ # signup # mc-embedded-subscribe-form # mc-embedded-subscribe : focus , # signup # mc-embedded-subscribe-form # mc-embedded-subscribe : active { outline : none; background : # 00087f !important ; border-color : # 00087f !important ; }
0 commit comments