34 lines
699 B
CSS
34 lines
699 B
CSS
.body figcaption {
|
|
color: var(--color-text) !important;
|
|
}
|
|
|
|
.body.news-post.site-saturday-morning-breakfast-cereal {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.body.news-post.site-slashdot i {
|
|
border-left: 2px solid #ddd;
|
|
display: block;
|
|
font-style: normal !important;
|
|
margin-bottom: 1em;
|
|
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;
|
|
}
|
|
|
|
.body.mail code {
|
|
color: var(--color-text);
|
|
background-color: var(--color-bg-secondary);
|
|
}
|