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; -20px 20px #1a60c9;
} }
/* unvisited link */ a {
a:link { color: white;
color: red;
} }
/* visited link */ a:link::after {
a:visited { content: " (unvisited)";
color: green;
}
/* mouse over link */
a:hover {
color: hotpink;
}
/* selected link */
a:active {
color: blue;
} }
</style> </style>