From 5b3bdc2f1fe838fff552eefcab2155e5c75c1331 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 10 Nov 2019 13:46:10 -0500 Subject: [PATCH] [S] Apply light text to span too --- src/components/app/app.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/app/app.scss b/src/components/app/app.scss index cc31b0e..9e55886 100644 --- a/src/components/app/app.scss +++ b/src/components/app/app.scss @@ -38,6 +38,11 @@ color: #e9e9e9 !important; } + span + { + color: #e9e9e9 !important; + } + #overall, #overall-course, .overall-span { background: #555555 !important;