diff --git a/style.css b/style.css index b178497..d275765 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ body { } /* CSS for error state */ .error { - color: red; + color: #990000; /* Darker shade of red */ } /* CSS for converter */ #converter {