From f514f079276407e7dca0f40398fba82ed1c9cf4f Mon Sep 17 00:00:00 2001 From: rottenstonks <92872541+rottenstonks@users.noreply.github.com> Date: Wed, 30 Mar 2022 14:12:44 -0500 Subject: [PATCH] Update custom.scss --- _sass/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/custom.scss b/_sass/custom.scss index b01fb5b..ad7f42e 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -159,7 +159,7 @@ p.table-title { .newsbyte, .event { padding: 1rem; - background-color: #d7d7d7; + background-color: var(--block-bg-color) margin-top: 1rem; }