minor styling fixes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-04-03 14:55:37 -04:00
parent 43cb84e8f4
commit 824f35590b
2 changed files with 35 additions and 10 deletions

View File

@@ -179,7 +179,15 @@
overflow: hidden;
z-index: 1;
a { color: rgba(var(--terUser), 1); text-decoration: none; }
a {
color: rgba(var(--terUser), 1);
text-decoration: none;
&:hover {
color: rgba(var(--ninUser), 1);
text-shadow: 0 0 0.5rem rgba(var(--terUser), 1);
}
}
}
}