diff --git a/html/poketube.ejs b/html/poketube.ejs index 954c927..f66d174 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -166,11 +166,18 @@ border-radius: 10px; left: 0; width: 0%; height: 100%; - background-color: purple; + background-image: linear-gradient(to right, + #55CDFC, + #F7A8B8, + #FFFFFF, + #F7A8B8, + #55CDFC + ); transition: width 0.5s ease-in-out; } + .comments-area .thumb { margin-right: 20px; }