Skip to content

Commit

Permalink
Use a more neutral label color that works in light and dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegifford committed Feb 14, 2025
1 parent dcb307e commit aeb655b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ button { padding: 8px 16px; font-size: 14px; margin-bottom: 10px; }
height: 16px;
}
.form-group { margin-bottom: 15px; }
label { display: block; margin-bottom: 5px; color: white; }
label { display: block; margin-bottom: 5px; color: #999999; }
input { width: 100%; padding: 8px; box-sizing: border-box; }
pre {
margin: 0;
Expand Down

0 comments on commit aeb655b

Please sign in to comment.