unvisited stuff

This commit is contained in:
awesomeuser 2023-07-07 17:41:54 +00:00
parent 37505d727c
commit 28170f2079

View file

@ -35,24 +35,12 @@
-20px 20px #1a60c9;
}
/* unvisited link */
a:link {
color: red;
a {
color: white;
}
/* visited link */
a:visited {
color: green;
}
/* mouse over link */
a:hover {
color: hotpink;
}
/* selected link */
a:active {
color: blue;
a:link::after {
content: " (unvisited)";
}
</style>