diff options
Diffstat (limited to 'web/pandoc.css')
-rw-r--r-- | web/pandoc.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/pandoc.css b/web/pandoc.css index 04a4aeb14..ea9dd8b9c 100644 --- a/web/pandoc.css +++ b/web/pandoc.css @@ -21,6 +21,10 @@ code { font-family: monospace; font-size: 110%; } +h1 a, h2 a, h3 a, h4 a, h5 a { + text-decoration: none; + color: #7a5ada; +} h1, h2, h3, h4, h5 { font-family: verdana; font-weight: bold; border-bottom: 1px dotted black; |