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

35 lines
338 B
SCSS

// Add your site-wide, but not content editor typography styling
.bg-dark {
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.typography,
a {
color: $white;
}
}
.typography {
@include clearfix;
@import "./types/editor";
a.btn-primary {
color: $white;
}
img {
border: 0;
}
}