Files
the-example-app-nodejs/assets/stylesheets/typography.css
Benedikt Rötsch c650dd3f1c basic styling
2017-11-07 17:33:32 +01:00

11 lines
118 B
CSS

h1, h2, h3, h4, h5, h6 {
&:first-child {
margin-top: 0;
}
}
a {
color: inherit;
text-decoration: none;
}