diff options
Diffstat (limited to '_content/css/styles.css')
| -rw-r--r-- | _content/css/styles.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/_content/css/styles.css b/_content/css/styles.css index 5389adca..39c4c63c 100644 --- a/_content/css/styles.css +++ b/_content/css/styles.css @@ -660,6 +660,9 @@ h1 + h2.subtitle { .Article pre { margin-left: 1.5rem; } +.Article.Doc img { + background-color: var(--white); +} .BreadcrumbNav-inner { display: flex; flex-wrap: wrap; @@ -3719,7 +3722,7 @@ img.PullQuote-image { fill: var(--color-text); } #blog .image > img { - background-color: var(--color-text); + background-color: var(--white); } #blogindex p.blogtitle a { font-weight: bold; |
