diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-09 18:28:30 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-09 18:28:30 -0700 |
commit | fcaf0a89e8f4be206b0378c32fd683e1cf15f804 (patch) | |
tree | 56a74eb78a861b2610ab752a3a293f8bdf532737 | |
parent | 86a17390dd923351ed51b9b94d34460d7a5c8214 (diff) | |
download | gitlab-ce-fcaf0a89e8f4be206b0378c32fd683e1cf15f804.tar.gz |
Fix heading small color to darker one
-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 |