2019-11-15 00:27:23 +01:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
small a {
|
|
|
|
display: none;
|
2019-11-15 18:28:10 +01:00
|
|
|
color: $gray-500;
|
2019-11-15 00:27:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&:hover small a {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-11-28 18:04:08 +01:00
|
|
|
figure {
|
|
|
|
text-align: center;
|
|
|
|
padding: $spacer;
|
|
|
|
|
|
|
|
figcaption {
|
|
|
|
text-align: start;
|
|
|
|
padding-top: $spacer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-12-13 16:29:41 +01:00
|
|
|
strong {
|
|
|
|
color: $white;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
border: none;
|
|
|
|
border-left: dashed $spacer / 4;
|
|
|
|
padding: $spacer;
|
|
|
|
margin-top: $spacer * 2;
|
|
|
|
border-color: $white;
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
content: "Quote";
|
|
|
|
}
|
|
|
|
}
|
2019-12-17 21:59:49 +01:00
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|