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; cursor: pointer;
} }
/* unvisited link */ a {
a:link {
color: pink; color: pink;
} }
/* visited link */
a:visited {
color: lightgray;
}
a:visited::after {
content: " (visited)";
}
/* mouse over link */
a:hover { a:hover {
color: hotpink; color: hotpink;
} }
/* selected link */
a:active {
color: white;
}
</style> </style>
</head> </head>
@ -91,7 +75,7 @@
<li><a href="https://colean.cc">@mothersite</a></li> <li><a href="https://colean.cc">@mothersite</a></li>
<hr style="border-top: none;"> <hr style="border-top: none;">
<li><a href="proj/wolfystein.html">@Wolfystein3D</a></li> <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> </ul>
<script> <script>