Made the title not change color after being visited

This commit is contained in:
xemeds
2020-07-20 14:16:34 +00:00
parent 2de586b87b
commit 3decaae628
+4
View File
@@ -26,6 +26,10 @@ body {
font-weight: bold;
}
.title:visited {
color: #bb86fc;
}
.title:hover {
color: #7b59a5;
}