Styles for the thread page

This commit is contained in:
Mouse Reeve
2021-10-01 18:05:48 -07:00
parent f901806574
commit 29ee99c03e
3 changed files with 21 additions and 2 deletions

View File

@ -492,6 +492,21 @@ ol.ordered-list li::before {
}
}
/* Threads
******************************************************************************/
.thread .is-main .card {
box-shadow: 0 0.5em 1em -0.125em rgb(50 115 220 / 35%), 0 0 0 1px rgb(50 115 220 / 2%);
}
.thread:after {
content:"";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 2.5em;
border-left: 2px solid #e0e0e0;
}
/* Dimensions
* @todo These could be in rem.
******************************************************************************/