Manual: Remove underline from section headings

This commit is contained in:
Kovid Goyal 2020-07-31 11:00:47 +05:30
parent 7da3dd1b66
commit 22ead7db5a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -47,3 +47,4 @@ div.document { margin-top: 0px; }
div.related { background-color: #39322b; color: white; font-family: sans-serif; padding: 0.5ex 0; } div.related { background-color: #39322b; color: white; font-family: sans-serif; padding: 0.5ex 0; }
div.related a { text-decoration: none; color: white; } div.related a { text-decoration: none; color: white; }
div.related a:hover { text-decoration: none; color: red; } div.related a:hover { text-decoration: none; color: red; }
a.toc-backref { text-decoration: none; }