From 125185c6304bde663da53cd90003d4b138989284 Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 22 Aug 2022 08:19:47 +0200 Subject: [PATCH] new colors pog --- html/poketube.ejs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;