diff --git a/static/css/style.css b/static/css/style.css index 03a55b66..3f5dddf5 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -308,6 +308,10 @@ ul #chat-log{ #channelpage{ background-color:#2D2D2D; + -webkit-transition: background-color .5s ease; + -moz-transition: background-color .5s ease; + -o-transition: background-color .5s ease; + transition: background-color .5s ease; } .main{