2019-11-07 19:26:33 +01:00
|
|
|
// Add your site-wide, but not content editor typography styling
|
2019-06-08 17:54:43 +02:00
|
|
|
|
|
|
|
.bg-dark {
|
2021-08-19 00:10:45 +02:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6,
|
|
|
|
.h1,
|
|
|
|
.h2,
|
|
|
|
.h3,
|
|
|
|
.h4,
|
|
|
|
.h5,
|
|
|
|
.h6,
|
|
|
|
.typography,
|
|
|
|
a {
|
|
|
|
color: $white;
|
|
|
|
}
|
2018-07-02 03:54:18 +02:00
|
|
|
}
|
2018-05-27 20:32:38 +02:00
|
|
|
|
|
|
|
.typography {
|
2021-08-19 00:10:45 +02:00
|
|
|
@include clearfix;
|
2021-03-03 17:11:59 +01:00
|
|
|
|
2021-08-19 00:10:45 +02:00
|
|
|
@import "./types/editor";
|
2019-09-07 03:39:49 +02:00
|
|
|
|
2021-08-19 00:10:45 +02:00
|
|
|
a.btn-primary {
|
|
|
|
color: $white;
|
|
|
|
}
|
2021-03-21 21:06:35 +01:00
|
|
|
|
2021-08-19 00:10:45 +02:00
|
|
|
img {
|
|
|
|
border: 0;
|
|
|
|
}
|
2018-07-02 03:54:18 +02:00
|
|
|
}
|