From 3b877cf39abd76f3229f2c1226f9a58ab1a7f1d8 Mon Sep 17 00:00:00 2001 From: rottenstonks <92872541+rottenstonks@users.noreply.github.com> Date: Wed, 30 Mar 2022 14:17:54 -0500 Subject: [PATCH] Update custom.scss --- _sass/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/custom.scss b/_sass/custom.scss index fa5be8b..f1a0498 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -5,7 +5,7 @@ p.note { } .bcstats { - background-color: #f0f0f0; + background-color: var(--block-bg-color); margin-bottom: 1.3334rem; border-radius: 2px; } @@ -197,7 +197,7 @@ p.date { .proposal { margin-bottom: 1rem; padding: 1em; - background-color: #d7d7d7; + background-color: var(--block-bg-color); } .proposal p {