several user QoL styling improvements, incl. footer icon .active color painting

This commit is contained in:
Disco DeDisco
2026-03-09 22:42:30 -04:00
parent 382dd5958f
commit 645b265c80
7 changed files with 60 additions and 10 deletions

View File

@@ -175,11 +175,18 @@ body {
a {
font-size: 1.75rem;
color: rgba(var(--quaUser), 0.9);
color: rgba(var(--secUser), 0.6);
text-shadow:
0 0 0.25rem rgba(0, 0, 0, 0.5),
0 0 0.25rem rgba(0, 0, 0, 0.25),
;
&.active {
color: rgba(var(--quaUser), 1);
text-shadow:
0 0 0.5rem rgba(0, 0, 0, 0.5),
;
}
&:hover {
color: rgba(var(--quaUser), 1);
text-shadow: