No edit summary
No edit summary
Line 13: Line 13:
     font-size: 2em;
     font-size: 2em;
     font-weight: 400;
     font-weight: 400;
     color: #000;
     color: #f9fafb;
}
}


Line 19: Line 19:
.fp-welcome-subtext {
.fp-welcome-subtext {
     font-size: 1em;
     font-size: 1em;
     color: #202122;
     color: #38bdf8;
     margin-top: 0.5em;
     margin-top: 0.5em;
     display: block;
     display: block;
Line 26: Line 26:
/* Styled link imitation */
/* Styled link imitation */
.fp-welcome-subtext .fp-link {
.fp-welcome-subtext .fp-link {
     color: #0645ad;
     color: #60a5fa;
     text-decoration: none;
     text-decoration: none;
}
}