From f2dc5b643d07d0faa4a198ea0c855b1539d233bc Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Tue, 16 Nov 2021 18:18:43 +0000 Subject: [PATCH] Review suggestion by dpschen: pagination link color to a color --- src/styles/theme/background.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/theme/background.scss b/src/styles/theme/background.scss index 4b8570c04..b03b04f46 100644 --- a/src/styles/theme/background.scss +++ b/src/styles/theme/background.scss @@ -8,7 +8,7 @@ // FIXME: move to pagination component .pagination-link:not(.is-current) { - background: var(--site-background); + background: var(--grey-100); } .box,