diff options
-rw-r--r-- | app/assets/stylesheets/base/gl_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/base/gl_variables.scss b/app/assets/stylesheets/base/gl_variables.scss index 455e0093979..ce21ffae235 100644 --- a/app/assets/stylesheets/base/gl_variables.scss +++ b/app/assets/stylesheets/base/gl_variables.scss @@ -855,7 +855,7 @@ $pre-border-color: #ccc; //** Abbreviations and acronyms border color // $abbr-border-color: $gray-light //** Headings small color -// $headings-small-color: $gray-light +$headings-small-color: $gray-dark; //** Blockquote small color // $blockquote-small-color: $gray-light //** Blockquote font size |