Make heading anchor show underline by default

This commit is contained in:
Helen Chong 2024-05-22 19:39:22 +08:00
parent 5a968b36e1
commit 0b2a8ff0a7
1 changed files with 0 additions and 5 deletions

View File

@ -11,11 +11,6 @@
.heading-anchor {
order: -1;
text-decoration: none;
}
.heading-anchor:hover {
text-decoration: underline;
text-underline-offset: 0.1em;
}