Update bookwyrm.css

This commit is contained in:
Joachim 2021-04-29 21:48:35 +02:00
parent fa17386a6e
commit d4dffe48a7

View file

@ -356,7 +356,7 @@ ol.ordered-list {
} }
ol.ordered-list li { ol.ordered-list li {
counter-increment: books counter-increment: books;
} }
ol.ordered-list li::before { ol.ordered-list li::before {
@ -365,17 +365,14 @@ ol.ordered-list li::before {
left: -20px; left: -20px;
width: 20px; width: 20px;
height: 24px; height: 24px;
border: 1px solid #dbdbdb; border: 1px solid #dbdbdb;
border-right: 0; border-right: 0;
border-top-left-radius: 2px; border-top-left-radius: 2px;
border-top-right-radius: 2px; border-top-right-radius: 2px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
color: #888; color: #888;
font-size: 0.8em; font-size: 0.8em;
font-weight: bold; font-weight: bold;