38 lines
No EOL
591 B
CSS
38 lines
No EOL
591 B
CSS
/* Place custom css here. */
|
|
|
|
figure {
|
|
padding: 6px;
|
|
border: 1px solid var(--fog);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
.flex-date .date {
|
|
margin-left: auto;
|
|
font-size: 80%;
|
|
font-style: italic;
|
|
}
|
|
|
|
.post-content a {
|
|
color: var(--link-color);
|
|
} |