diff --git a/frontend/src/styles/Comments.css b/frontend/src/styles/Comments.css index 492205d4012b862c51bb121517d6088918bfcd35..1d1cb615da9f5d9f8fe2554e09a90cbcd2deada1 100644 --- a/frontend/src/styles/Comments.css +++ b/frontend/src/styles/Comments.css @@ -78,17 +78,18 @@ display: flex; justify-content: center; align-items: center; - background-color: rgb(17, 2, 145); + background-color: #4E5FC4; color: white; height: 2.4rem; width: 2.4rem; border-radius: 0.5rem; padding: 0.2rem; font-size: 1.5rem; + transition: 0.3s; } .comment-input-button:hover { - background-color: rgb(18, 0, 177); + background-color: #182F8C; } .no-comments {