minor styling fixes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user