css: revert styling of selected post in parent/child box.

Partial revert of b9ea9d2f5. Go back to using a semi-transparent
background to indicate the selected parent/child post, but add more
padding and adjust the transparency to make it more legible.
This commit is contained in:
evazion
2021-02-22 05:45:18 -06:00
parent 177de7c234
commit 8c86662a5a
2 changed files with 6 additions and 5 deletions

View File

@@ -38,13 +38,14 @@
article.post-preview {
width: auto;
height: auto;
margin: 0.5rem 0.25rem;
padding: 0.25rem;
margin: 0.5rem 0;
padding: 0.5rem;
overflow: hidden;
vertical-align: top;
border-radius: 0.25rem;
&.current-post {
outline: 3px solid var(--preview-selected-color);
background-color: var(--preview-selected-color);
}
img {