web: CSS indent lists

This commit is contained in:
Bill Thiede 2025-02-10 17:44:07 -08:00
parent 2b0ee42cdc
commit 95c29dc73c

View File

@ -46,7 +46,12 @@ html {
border-left: 2px solid #ddd;
}
.mail-thread ol,
.mail-thread ul {
margin-left: 2em;
}
/* Hackaday figures have unreadable black on dark grey */
.news-post figcaption.wp-caption-text {
background-color: initial !important;
}
}