Track games more sensibly

This commit is contained in:
mez 2025-04-29 22:57:56 +01:00
parent 795e72b1db
commit c10181274d
2 changed files with 59 additions and 40 deletions

View file

@ -144,6 +144,14 @@ a {
text-decoration:none
}
div#about_note a {
text-decoration: underline;
}
div#about_note a:hover {
opacity: .7;
}
.link,a {
color:var(--active-text)
}