Made the title not change color after being visited
This commit is contained in:
@@ -26,6 +26,10 @@ body {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.title:visited {
|
||||
color: #bb86fc;
|
||||
}
|
||||
|
||||
.title:hover {
|
||||
color: #7b59a5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user