Removes the link underline in the header section.

wch-ch32v003
Felix "xq" Queißner 2 years ago
parent f71b45f5f1
commit 6398b7d0c1

@ -207,3 +207,7 @@ h2 svg {
max-width: 1.1em;
margin-right: 0.25em;
}
#intro-nav a {
text-decoration: none;
}
Loading…
Cancel
Save