better links

This commit is contained in:
mehbark 2023-03-27 15:01:44 -04:00
parent ee4223581c
commit c924622a63

View file

@ -92,6 +92,17 @@
text-decoration: line-through;
}
footer {
width: 100%;
font-size: large;
text-align: center;
color: white;
}
a {
color: white;
}
g-chess-board::part(piece-wb) { background-image: url("./piece-wb.png"); image-rendering: pixelated; }
g-chess-board::part(piece-wr) { background-image: url("./piece-wr.png"); image-rendering: pixelated; }
g-chess-board::part(piece-wp) { background-image: url("./piece-wp.png"); image-rendering: pixelated; }
@ -120,8 +131,14 @@
</div>
<footer>
<a href="http://tom7.org/chess">Piece sprites, board colors, algorithms, etc.</a>
by
<a href="https://tom7.org">tom7</a>
<br>
<a href="https://git.pyrope.net/mbk/elo-worldle">Code</a>
&
<a href="https://elo-worldle.pyrope.net/paper.pdf">Paper</a>
by
<a href="https://pl.pyrope.net/terezi">me</a>
</footer>
</body>
</html>