diff --git a/css/style.css b/css/style.css index fd8ff0bd9a6d1328c09c0ae1c59236185c7208f4..807363f8baceaf494c4ae5ef6ae6734faff97bc0 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; }