From b73972ab6701f4fb1794792f920358156354f970 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sat, 20 Jul 2024 18:42:43 -0400 Subject: [PATCH] minor tweaks to make way for darkmode pass --- src/stylelite.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stylelite.css b/src/stylelite.css index 4fae009..63a4a60 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -69,6 +69,7 @@ label.addon { code { background: var(--light); + color: var(--dark); padding: .25rem } @@ -125,7 +126,7 @@ legend { blockquote { margin: var(--size) 0; - color: var(--black); + color: var(--dark); background: var(--light); padding: var(--size); border-left: 8px solid var(--theme);