Avoid shifting elements when mousing over a tags (#1866)

This commit is contained in:
Carlos Fernandez 2026-05-04 06:32:02 -04:00 committed by GitHub
parent 85ca7efc6d
commit c91d53b4d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -251,8 +251,7 @@
a:hover,
a.active {
font-weight: bold;
text-shadow: 0 0 8px light-dark(@dark-blue, @golden);
text-shadow: 0 0 1px currentColor, 0 0 1px currentColor, 0 0 8px light-dark(@dark-blue, @golden);
}
fieldset {