diff --git a/css/style.css b/css/style.css index fd8ff0b..807363f 100644 --- a/css/style.css +++ b/css/style.css @@ -411,6 +411,10 @@ button{ border: solid #212a39; } +#newComment form input:focus, #newComment form textarea:focus{ + outline: none; + } + #newComment form textarea{ resize: vertical; }