mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-28 00:01:13 -05:00
23 lines
266 B
CSS
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;
|
|
}
|