diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-09 18:54:15 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-09 18:54:15 -0500 |
commit | 0ca2edda56be45088ffca6a85a844ee1efd98137 (patch) | |
tree | c5fb485b08bb8519a85b4c035b766e7e73616b59 /app | |
parent | d9042e8b399608fa189ffdb02efa8de30604088d (diff) | |
download | gitlab-ce-0ca2edda56be45088ffca6a85a844ee1efd98137.tar.gz |
Set blue color for link inside .gray-content-blockissue_14011
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/blocks.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss index d7e4153ddc0..e6609ac7108 100644 --- a/app/assets/stylesheets/framework/blocks.scss +++ b/app/assets/stylesheets/framework/blocks.scss @@ -28,6 +28,10 @@ border-bottom: 1px solid $border-color; color: $gl-gray; + a { + color: $md-link-color; + } + &.oneline-block { line-height: 42px; } |