Commit 2bbed261 authored by minseok.park's avatar minseok.park

update btn style

parent e527ada1
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
.sidebar .chat-btn:hover { .sidebar .chat-btn:hover {
transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out;
background-color: rgba(0, 114, 206, 0.8); background-color: #005bb5;
transform: scale(1.1); transform: scale(1.1);
} }
...@@ -294,7 +294,7 @@ ...@@ -294,7 +294,7 @@
} }
#send-btn:active { #send-btn:active {
opacity: 0.7; background-color: #005bb5;
transition: 0.3ms ease; transition: 0.3ms ease;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment