Get commonmark blockquotes on-theme.

This commit is contained in:
2024-04-11 01:30:49 +01:00
parent a421604ed5
commit a7922ff44e
3 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,6 @@
import {css} from './lit-all.min.js';
const tf = css`
img {
max-width: min(640px, 100%);
max-height: min(480px, auto);
@ -44,7 +43,6 @@ const tf = css`
}
blockquote {
background-color: #607d8b;
border-left: 4px solid #fff;
padding: 8px;
padding-left: 12px;