diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-11-25 10:42:36 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-11-25 10:42:36 +0100 |
commit | 425acd8bf6292bf241ccb0c16b513ce4bd0035c7 (patch) | |
tree | 96e907fe0cf412fa282d9d7f466310d06012660f /theme/stylesheets/base/markup.less | |
parent | 414160e0df78d14eb3f9b05156a93b2ace7e4a64 (diff) | |
download | gitbook-425acd8bf6292bf241ccb0c16b513ce4bd0035c7.zip gitbook-425acd8bf6292bf241ccb0c16b513ce4bd0035c7.tar.gz gitbook-425acd8bf6292bf241ccb0c16b513ce4bd0035c7.tar.bz2 |
Follow github style: change color of h6 headings
Diffstat (limited to 'theme/stylesheets/base/markup.less')
-rw-r--r-- | theme/stylesheets/base/markup.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/stylesheets/base/markup.less b/theme/stylesheets/base/markup.less index 45ed486..98fe179 100644 --- a/theme/stylesheets/base/markup.less +++ b/theme/stylesheets/base/markup.less @@ -1,4 +1,5 @@ -.markup-content(@md-color: #000, @md-line-height: 1.7, @md-link-color: #4183c4, @md-code-background: #f7f7f7, @md-code-fontsize: 0.85, @md-blockquote-color: #858585, @md-blockquote-border: #e5e5e5) { +.markup-content(@md-color: #000, @md-line-height: 1.7, @md-link-color: #4183c4, @md-code-background: #f7f7f7, +@md-code-fontsize: 0.85, @md-blockquote-color: #858585, @md-blockquote-border: #e5e5e5, @md-h6-color: #777) { // Rate of growth for headings @scale: 0.25; @@ -122,6 +123,7 @@ h6 { font-size: 1em; + color: @md-h6-color; } /* Code blocks */ |