From 3decaae628ec5808838926d61ac8fbc10c8078ad Mon Sep 17 00:00:00 2001 From: xemeds Date: Mon, 20 Jul 2020 14:16:34 +0000 Subject: [PATCH] Made the title not change color after being visited --- tiny0/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tiny0/static/style.css b/tiny0/static/style.css index 6e3e731..9e17415 100644 --- a/tiny0/static/style.css +++ b/tiny0/static/style.css @@ -26,6 +26,10 @@ body { font-weight: bold; } +.title:visited { + color: #bb86fc; +} + .title:hover { color: #7b59a5; }