wikijs-fork/client/scss/components/typography.scss
2017-04-02 19:56:47 -04:00

16 lines
175 B
SCSS

h1 {
font-size: 28px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
@each $color, $colorvalue in $material-colors {
i.is-#{$color} {
color: mc($color, '600');
}
}