From 290d26177105c9195731433ad36fd16acb239e4f Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 9 Aug 2023 23:16:12 +0100 Subject: [PATCH] style: use lighter background to reduce ghost images in eyesight --- src/scss/app.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/scss/app.scss b/src/scss/app.scss index 0cafe3b..43ea4a2 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -136,6 +136,13 @@ nav { } article { + background: #333333; + padding: 20px; + + *:last-child { + margin-bottom: 0; + } + blockquote { border-left: 2px solid #f03; padding-left: 10px; @@ -162,6 +169,11 @@ article { &:hover { transform: scale(1.05); } + + article { + background: none; + padding: 0; + } } pre {