diff options
Diffstat (limited to 'markdown.css')
-rw-r--r-- | markdown.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown.css b/markdown.css index 31e94e6..606e1c9 100644 --- a/markdown.css +++ b/markdown.css @@ -61,7 +61,7 @@ div#cgit .markdown-body h1 a.toclink, div#cgit .markdown-body h2 a.toclink, div# } .markdown-body h2 { font-size: 24px; - border-bottom: 1px solid #ccc; + border-bottom: 1px solid #8888; color: #dcdcdc; } .markdown-body h3 { |