Style updates

This commit is contained in:
Eryn Wells 2021-10-10 18:41:08 -07:00
parent f5da4cd79e
commit 3145c3e698
2 changed files with 17 additions and 9 deletions

View file

@ -19,4 +19,16 @@ img {
margin-left: auto;
font-size: 80%;
font-style: italic;
}
.draft {
text-transform: uppercase;
font-size: 80%;
color: white;
font-weight: 800;
/*border: 2px solid #aaa;*/
border-radius: 4px;
padding: 0.2rem 0.8rem;
margin-left: 0.5rem;
background-color: #aaa;
}