Files
TechRadarAJR/styles/components/content.css
Daniel Pötzinger f77e1c6d96 Add Help page content
2017-03-31 19:17:37 +02:00

15 lines
183 B
CSS

.fullpage-content {
font-size: 16px;
color: var(--color-white);
& p,
& ul {
font-weight: lighter
}
& a {
color: var(--color-white);
}
}