14 lines
No EOL
163 B
SCSS
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;
|
|
} |