Skip to content

Commit

Permalink
adds explicit color to text in buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes committed Jan 22, 2024
1 parent 094ea23 commit 8bd26ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ button {
font-weight: 500;
font-family: inherit;
background-color: #222;
color: #eee;
cursor: pointer;
transition: border-color 0.25s;
}
Expand Down

0 comments on commit 8bd26ca

Please sign in to comment.