From 6ec28eff4e23704c2d594beb3a8adcfe8bfc57cc Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 21 Nov 2024 14:07:11 -0800 Subject: [PATCH 1/4] fix: nav icon colour --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 847f262..aef4db3 100644 --- a/common/common.scss +++ b/common/common.scss @@ -349,7 +349,7 @@ body.no-ember { .d-header-icons .icon:hover .d-icon, .d-header-icons .icon:focus .d-icon { - color: var(--gray45); + color: var(--gray65); } .d-header-icons .icon img.avatar { From ce547b92eef43c6c40a03b563c7c5c11a0c96e38 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 21 Nov 2024 14:13:53 -0800 Subject: [PATCH 2/4] fix: found correct colour value --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index aef4db3..cbe342e 100644 --- a/common/common.scss +++ b/common/common.scss @@ -344,7 +344,7 @@ body.no-ember { } .d-header-icons .btn .d-icon { - color: var(--gray65); + color: var(--gray05); } .d-header-icons .icon:hover .d-icon, From 2e982e6a249d0e8766334a367fc823ba21327784 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 21 Nov 2024 14:15:04 -0800 Subject: [PATCH 3/4] no this one nvm --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index cbe342e..d6ab688 100644 --- a/common/common.scss +++ b/common/common.scss @@ -344,7 +344,7 @@ body.no-ember { } .d-header-icons .btn .d-icon { - color: var(--gray05); + color: var(--fcc-gray-mid); } .d-header-icons .icon:hover .d-icon, From 7c60755bb4288b9f99c4def8840d5d1676be6283 Mon Sep 17 00:00:00 2001 From: Naomi Date: Thu, 21 Nov 2024 14:18:49 -0800 Subject: [PATCH 4/4] revert extraneous change --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index d6ab688..68116dd 100644 --- a/common/common.scss +++ b/common/common.scss @@ -349,7 +349,7 @@ body.no-ember { .d-header-icons .icon:hover .d-icon, .d-header-icons .icon:focus .d-icon { - color: var(--gray65); + color: var(--gray45); } .d-header-icons .icon img.avatar {