From 8754aaf061d384bb252d436f3dc3b57cbcae6ec9 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Wed, 23 Jun 2021 23:01:54 -0400 Subject: [PATCH] DEV: SCSS cleanup --- assets/stylesheets/common/docs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/common/docs.scss b/assets/stylesheets/common/docs.scss index f0beb89..80b80bf 100644 --- a/assets/stylesheets/common/docs.scss +++ b/assets/stylesheets/common/docs.scss @@ -167,7 +167,7 @@ &.return { align-items: center; background: none; - color: $tertiary; + color: var(--tertiary); display: inline-flex; font-size: $font-down-1; justify-content: normal;