church-website/src/components/RawHTML/styles.module.scss
2024-12-03 16:24:09 +01:00

14 lines
No EOL
163 B
SCSS

@import "template.scss";
.content a {
color: inherit;
}
.content a:hover {
color: $base-color;
}
.content h3 {
font-size: 33px;
margin: 33px 0 20px 0;
}