Jafner.net/Jafner.dev/static/css/toc-no-underline.css
Joey Hafner c5532734a4 Publish Homelab Tour Series Intro
Fix intermittently broken article/project list rendering,
implement table of contents shortcode,
implement css snippet to reduce underline-fatigue for table of contents,
remove filler article files,
generate static files.
2024-06-28 17:25:59 -07:00

12 lines
166 B
CSS

nav a:link {
text-decoration: none;
}
nav a:visited {
text-decoration: none;
}
nav a:hover {
text-decoration: underline;
}
nav a:active {
text-decoration: none;
}