Files
freeCodeCamp/client/src/pages/welcome.css
Oliver Eyton-Williams 04382bc475 fix: prettify css
2019-07-19 15:30:17 +05:30

31 lines
374 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;
}
.night p.stats span {
color: #67d269;
}
.night .quote-partial .blockquote {
background-color: #333;
}