fix(ui): change underlines to default browser style (#38819)

Remove all underline style customization on links, letting the browser defaults apply
This commit is contained in:
silverwind
2026-08-07 13:18:41 +02:00
committed by GitHub
parent b349a4e746
commit dd8ef9c888
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -18,7 +18,6 @@
}
.console a:hover {
color: var(--color-primary);
text-underline-position: auto; /* the global "a:hover" sets "under", which would shift the underline */
}
@keyframes blink-animation {