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,