diff --git a/html/poketube.ejs b/html/poketube.ejs index 4ac13cf4..369c152a 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -124,7 +124,7 @@ } .comments-area .btn-reply { - background-color: #fff; + background-color: var(--text-color); color: #002347; border: 1px solid #eee; padding: 2px 18px; @@ -181,7 +181,7 @@ .comment-form .form-control { padding: 8px 20px; - background: #fff; + background: var(--text-color); border: none; border-radius: 0px; width: 100%; @@ -266,7 +266,7 @@
-
+
Comments - <%- convert(inv.commentCount) %>
@@ -673,7 +673,7 @@ <% if (!x.authorIsChannelOwner) { %>- + <%- x.author%> @@ -690,7 +690,7 @@ <% if (x.authorIsChannelOwner) { %>
- + <%- x.author%> @@ -759,7 +759,7 @@ <% if (!r) { %> -
-
+
<%-lyrics%>
<% } %> @@ -862,7 +862,7 @@