From 68e288dd6217f1ad02edcf1ff2f059c5450174de Mon Sep 17 00:00:00 2001 From: Will <30413278+wcrum@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:36:48 -0600 Subject: [PATCH] Update NotFound.module.scss --- src/theme/NotFound/NotFound.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/NotFound/NotFound.module.scss b/src/theme/NotFound/NotFound.module.scss index 906903ff0a..9c50e04aa6 100644 --- a/src/theme/NotFound/NotFound.module.scss +++ b/src/theme/NotFound/NotFound.module.scss @@ -36,5 +36,5 @@ } .title { - color: --ifm-navbar-link-color; + color: #515e71; }