add back link

This commit is contained in:
2024-12-05 11:25:18 +01:00
parent 07a54729b1
commit 0e1c32a7d4
5 changed files with 54 additions and 8 deletions

View File

@ -1,3 +1,8 @@
body {
background-color: transparent;
}
a:hover {
color: deepskyblue;
text-decoration: underline;
}