Avoid shifting elements when mousing over a tags

This commit is contained in:
Carlos Fernandez 2026-05-04 02:57:15 -04:00
parent 85ca7efc6d
commit 6186b509c2

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 {