diff --git a/html/poketube.ejs b/html/poketube.ejs index 00bcc3a9..3d73028f 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -399,7 +399,7 @@ a[data-onclick="jump_to_time"] { - + @@ -609,7 +609,7 @@ background-color: #0000; .new-button:hover { border: 2.1px solid; border-color: white; - box-shadow: 0 3px 14px #000; + box-shadow: 0 3px 14px #ffffffa8; } .comment-list.left-padding { @@ -617,7 +617,7 @@ background-color: #0000; } .comment-list.left-padding:hover { - filter: drop-shadow(0 0 0.75rem #df00ff); + filter: drop-shadow(0 0 0.75rem #ff0033); transition-duration: 150ms; } @@ -1475,13 +1475,13 @@ WIP! } else if (percentage >= 50) { return 'orange'; } else { - return 'red'; + return '#ff0033'; } }; const getDislikePercentageColor = (percentage) => { if (percentage >= 50) { - return 'red'; + return '#ff0033'; } else if (percentage >= 20) { return 'orange'; } else { @@ -1511,7 +1511,7 @@ WIP! }; const userScoreLabel = getUserScoreLabel(userScore); - const userScoreColor = userScore >= 80 ? 'green' : userScore >= 50 ? 'orange' : 'red'; + const userScoreColor = userScore >= 80 ? 'green' : userScore >= 50 ? 'orange' : '#ff0033'; const userScoreClass = userScore >= 98.00 ? 'rainbow-gradient' : ''; %> @@ -1722,9 +1722,9 @@ WIP!
- YouTube Comments - <% if (!isNaN(inv.commentCount)) { %> <%= inv.commentCount.toLocaleString() %> <% } else { %> 0 <% } %> Comments + <% if (!isNaN(inv.commentCount)) { %> <%= inv.commentCount.toLocaleString() %> <% } else { %> 0 <% } %> Comments