c5532734a4
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.
12 lines
166 B
CSS
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;
|
|
} |