several user QoL styling improvements, incl. footer icon .active color painting
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user