Files
the-example-app-nodejs/assets/stylesheets/base/typography.css
2017-11-07 17:33:32 +01:00

16 lines
259 B
CSS

h1, h2, h3, h4, h5, h6 {
font-family: 'robotomedium', 'Arial Black', sans-serif;
font-weight: normal;
line-height: 1.31;
color: var(--color-text-headlines);
&:first-child {
margin-top: 0;
}
}
a {
color: inherit;
text-decoration: none;
}