Add custom templates for second edition posts

This commit is contained in:
Philipp Oppermann
2017-10-10 12:34:10 +02:00
parent 75b4e09c4e
commit 7a263355f3
4 changed files with 156 additions and 0 deletions

View File

@@ -228,3 +228,11 @@ a.gutenberg-anchor {
a.gutenberg-anchor:hover {
text-decoration: none;
}
div.warning {
padding: .7rem 1rem;
margin: 1rem .2rem;
border: 2px solid orange;
border-radius: 5px;
background-color: #ffa50022;
}