Style quote and strong

This commit is contained in:
Daniel Siepmann 2019-12-13 16:29:41 +01:00
parent 4db288dc39
commit 51e4711783

View file

@ -45,3 +45,19 @@ article {
}
}
}
strong {
color: $white;
}
blockquote {
border: none;
border-left: dashed $spacer / 4;
padding: $spacer;
margin-top: $spacer * 2;
border-color: $white;
&:before {
content: "Quote";
}
}