Add draft warning.

This commit is contained in:
2020-09-27 16:22:29 -07:00
parent 2bc2c282e1
commit e7edd43034
2 changed files with 16 additions and 0 deletions

View File

@@ -233,3 +233,10 @@ figure {
.twitter-tweet {
margin: auto;
}
.draft-warning {
@include bordered-block;
padding: 0.5rem;
background-color: #ffee99;
border-color: #f5c827;
}