better threading for 'now's

This commit is contained in:
nnwhen 2025-03-05 22:35:47 +02:00
parent 74ae74242c
commit 0770d484e3

View file

@ -50,14 +50,17 @@ div.now {
.thread-update { .thread-update {
position: relative; position: relative;
background-color: var(--blog-box-alt);
margin: 8px 0; margin: 8px 0;
margin-left: 5%; margin-left: 3%;
padding: 0; padding: 0;
border-left: solid var(--subtitle) 1px;
list-style-type: none; list-style-type: none;
} }
.thread-update li { .thread-update li {
margin: 10px 0;
margin-left: 2%;
padding: 10px; padding: 10px;
background-color: var(--blog-box-alt);
} }
.lyrics { .lyrics {