From 442e8af334be56575e2a4a0bc6a36131364db3ff Mon Sep 17 00:00:00 2001 From: Nathan Nguyen Date: Sat, 5 Dec 2020 19:49:24 -0500 Subject: [PATCH] Update styles.css Adjusted the color for labels and span in the sidebar. --- css/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/styles.css b/css/styles.css index 887d4c0..959f122 100644 --- a/css/styles.css +++ b/css/styles.css @@ -226,6 +226,7 @@ th { label { display: inline-block; + color: white; margin-bottom: 0.5rem; } @@ -238,6 +239,10 @@ button:focus { outline: 5px auto -webkit-focus-ring-color; } +span{ + color: white; +} + input, button, select, @@ -247,6 +252,7 @@ textarea { font-family: inherit; font-size: inherit; line-height: inherit; + color:black; } button,