silverstripe-webpack/app/client/src/scss/_typography.scss

18 lines
234 B
SCSS
Raw Normal View History

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
2019-06-08 17:54:43 +02:00
color: $dark;
}
.bg-dark {
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.typography,
a {
color: $white;
}
}
2018-05-27 20:32:38 +02:00
.typography {
@import "./types/editor";
}