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;
|
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>
|
||||||
|
|
Reference in a new issue