From 65f80ff97caad34640c3e351a850580e2f5f72f2 Mon Sep 17 00:00:00 2001 From: Will <30413278+wcrum@users.noreply.github.com> Date: Tue, 19 Sep 2023 18:41:33 -0600 Subject: [PATCH] Update NotFound.module.scss (#1566) (cherry picked from commit 77c5d6db35eb2728bafa9be008f1b6e839019d02) --- 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; }