web: style tweaks for <em>

This commit is contained in:
Bill Thiede 2024-08-31 14:42:19 -07:00
parent e73f70af8f
commit f77d0776c4

View File

@ -1,11 +1,11 @@
.body.site-saturday-morning-breakfast-cereal {
.body.news-post.site-saturday-morning-breakfast-cereal {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.body.site-slashdot i {
.body.news-post.site-slashdot i {
border-left: 2px solid #ddd;
display: block;
font-style: normal !important;
@ -13,3 +13,12 @@
margin-top: 1em;
padding-left: 1em;
}
.body.news-post em {
margin: inherit !important;
padding: inherit !important;
font-weight: inherit !important;
border: inherit !important;
display: inline !important;
color: inherit !important;
}