Skip to content

Commit

Permalink
Modified error color to a darker shade of red
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrugen committed Nov 22, 2023
1 parent 9ab8969 commit f75c4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
}
/* CSS for error state */
.error {
color: red;
color: #990000; /* Darker shade of red */
}
/* CSS for converter */
#converter {
Expand Down

0 comments on commit f75c4d3

Please sign in to comment.