small fix
Some checks failed
Deploy static content to Pages / deploy (push) Failing after 2s

This commit is contained in:
zyqunix 2025-06-29 00:36:34 +02:00
parent 58a2736164
commit d60f9c2453
No known key found for this signature in database
GPG key ID: 134A8DEEA83B80E6
2 changed files with 9 additions and 1 deletions

View file

@ -762,3 +762,11 @@ br {
.review:hover {
background: var(--surface1);
}
#review-person {
text-decoration: none;
}
#review-person:hover {
text-decoration: underline;
}