diff --git a/html/poketube.ejs b/html/poketube.ejs
index 84b47e78..4a208bfb 100644
--- a/html/poketube.ejs
+++ b/html/poketube.ejs
@@ -67,7 +67,11 @@ summary:hover{
overflow-x: hidden; /* Hide horizontal scrollbar */
color:#111111
}
-
+ :visited { color: #00c0ff }
+
+a{
+ color:#0ab7f0;
+}
.animated {
-webkit-animation-duration: 10s;
animation-duration: 10s;