Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
Adjusted the color for labels and span in the sidebar.
  • Loading branch information
ntn16104 committed Dec 6, 2020
1 parent 7994b0f commit 442e8af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ th {

label {
display: inline-block;
color: white;
margin-bottom: 0.5rem;
}

Expand All @@ -238,6 +239,10 @@ button:focus {
outline: 5px auto -webkit-focus-ring-color;
}

span{
color: white;
}

input,
button,
select,
Expand All @@ -247,6 +252,7 @@ textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
color:black;
}

button,
Expand Down

0 comments on commit 442e8af

Please sign in to comment.