do some stylin
This commit is contained in:
parent
eb29e21433
commit
6cd08cb639
1 changed files with 2 additions and 18 deletions
20
index.html
20
index.html
|
@ -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>
|
||||
|
|
Reference in a new issue