Files
freeCodeCamp/client/src/pages/welcome.css
2018-09-03 17:47:48 +05:30

23 lines
266 B
CSS

.quote-partial .blockquote {
font-size: 2.5rem;
border: none;
}
.quote-author {
font-style: normal;
}
.update-link {
text-decoration: underline;
font-size: 1.4em;
color: #006400;
}
p.stats {
font-size: 1.45rem;
}
p.stats span {
color: #006400;
}