From cffc1609ea34d33eb6b7bc865666fdacdfd491f1 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Wed, 17 Aug 2022 19:51:26 -0400 Subject: [PATCH] fix(app/web): oauth color for light mode --- source/app/web/statics/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/app/web/statics/style.css b/source/app/web/statics/style.css index 6168f0c5..b210f54c 100644 --- a/source/app/web/statics/style.css +++ b/source/app/web/statics/style.css @@ -305,7 +305,7 @@ } .oauth-github { - color: var(--color-btn-primary-text); + color: var(--color-text-primary); display: flex; align-items: center; justify-content: center; @@ -456,7 +456,7 @@ margin-bottom: 1rem; } -/* */ +/* OAuth */ .badges-oauth { display: flex; align-items: center ;