Files
the-example-app-nodejs/assets/stylesheets/base/typography.css
Benedikt Rötsch 090e0e332a reorganise css files
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;
}