Even more style updates

This commit is contained in:
Eryn Wells 2021-10-10 19:58:40 -07:00
parent d47054f8d7
commit 045908410a
3 changed files with 34 additions and 29 deletions

View file

@ -10,6 +10,18 @@ img {
border-radius: 4px;
}
.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;
}
.flex-date {
display: flex;
align-items: baseline;
@ -21,14 +33,6 @@ img {
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;
.post-content a {
color: var(--link-color);
}