From 6550ba9a32cc167ca8fc29437f9618ad3c56f370 Mon Sep 17 00:00:00 2001 From: Eleni Chappen Date: Thu, 28 Dec 2023 14:22:38 -0600 Subject: [PATCH] use color variable --- assets/methods/styles/_method.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/methods/styles/_method.scss b/assets/methods/styles/_method.scss index aa0e25a0..41475528 100644 --- a/assets/methods/styles/_method.scss +++ b/assets/methods/styles/_method.scss @@ -72,7 +72,7 @@ /* custom header link icon color */ .method h2 span a, .method h2 span a:visited { - color: #1b1b1b; + color: $color-body-dark; } .method--panel {