do some stylin

This commit is contained in:
awesomeuser 2023-07-08 21:03:44 +00:00
parent eb29e21433
commit 6cd08cb639

View file

@ -50,30 +50,14 @@
cursor: pointer;
}
/* unvisited link */
a:link {
a {
color: pink;
}
/* visited link */
a:visited {
color: lightgray;
}
a:visited::after {
content: " (visited)";
}
/* mouse over link */
a:hover {
color: hotpink;
}
/* selected link */
a:active {
color: white;
}
</style>
</head>
@ -91,7 +75,7 @@
<li><a href="https://colean.cc">@mothersite</a></li>
<hr style="border-top: none;">
<li><a href="proj/wolfystein.html">@Wolfystein3D</a></li>
<li><a href="proj/java.html">@javagreaterthancpp</a> <span class="rainbow">(epilepsy warning!)</span></li>
<li><a href="proj/java.html">@javagreaterthancpp</a><span class="rainbow" style="position: absolute;"> (epilepsy warning!)</span></li>
</ul>
<script>