WordPress の 外観>カスタマイズ>追加CSS に書いていたつもりが、一部はサーバー上のCSSを直接上書きしていたっぽく、テーマをアップデートしたらカスタマイズしたはずのデザインが消失してしまった。
また何かあった時のために残しておく。CSS 詳しくないのと、動けばいい程度のノリなので適当。ちなみに今使っているテーマは WordPress が提供する Twenty Sixteen。
div.entry-content, aside {
font-family: Montserrat, "Helvetica Neue", sans-serif;
}
blockquote {
font-size: 1rem;
}
code {
background-color: #eeeeee;
border-radius: 4px;
}
@media screen and (min-width: 61.5625em) {
body:not(.search-results) article:not(.type-page) img.below-entry-meta,
body:not(.search-results) article:not(.type-page) figure.below-entry-meta,
body:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta
{
margin-left: auto;
max-width: 100%;
}