Jafner.net/active projects/Jafner.dev/static/css/toc-no-underline.css
2024-07-15 15:35:16 -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;
}