From 6583b8aa21a1cd1dbc095ea5e61fe8f476f25387 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Fri, 17 May 2024 15:12:56 -0400 Subject: [PATCH] minor color fixes --- src/stylelite.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stylelite.css b/src/stylelite.css index fb89aa5..d7218f7 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -129,6 +129,7 @@ blockquote { color: var(--black); background: var(--light); padding: var(--size); + border-left: 8px solid var(--theme); } hr { @@ -160,6 +161,7 @@ section, article { article { border: 1px solid rgba(0,0,0,.125); background: var(--light); + color: var(--dark); padding: var(--size); }