From 1fe927af97026b0eee82af982cd2888b1a78c497 Mon Sep 17 00:00:00 2001 From: Rio <791713+rio-codes@users.noreply.github.com> Date: Tue, 20 Sep 2022 09:10:40 -0700 Subject: [PATCH] fix: change hard-coded colors to variables --- static/css/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/typography.css b/static/css/typography.css index 5a2c044..abed6f4 100644 --- a/static/css/typography.css +++ b/static/css/typography.css @@ -163,7 +163,7 @@ strong { /* Highlighting */ ::selection, mark { - background-color: var(--yellow); + background-color: var(--highlight-bg); color: var(--bg); }