diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-10 13:24:53 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-10 13:24:53 +0200 |
commit | 98d8e3fe9ff4d120469378490c41381ae751597e (patch) | |
tree | 782b90fe1d25e61ea4a461e60a5a7065040e6e40 | |
parent | 0f1cf1d87b74aa1e6ca2c28fdfa21d189bd68181 (diff) | |
download | gitlab-ce-98d8e3fe9ff4d120469378490c41381ae751597e.tar.gz |
Change dashboard button color to white on hover
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/assets/stylesheets/framework/gitlab-theme.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/gitlab-theme.scss b/app/assets/stylesheets/framework/gitlab-theme.scss index c83cf881596..dc4668877f2 100644 --- a/app/assets/stylesheets/framework/gitlab-theme.scss +++ b/app/assets/stylesheets/framework/gitlab-theme.scss @@ -24,6 +24,10 @@ background-color: $color-darker; a { color: #fff; + + h3 { + color: #fff; + } } } } |