Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-03 16:46:13 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-03 16:46:13 +0300
commitaeeb31d6b7073921603fefd9118a50f28742009f (patch)
tree1cdcdbf39b5de5590514d9fb9e45f864205e73de /app/assets/stylesheets/themes
parent6d651a0260066185fe39b1381d54a5281d13a7f8 (diff)
Change some base colors in UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/gitlab-theme.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/themes/gitlab-theme.scss b/app/assets/stylesheets/themes/gitlab-theme.scss
index d523bb89521..8d9a0aae568 100644
--- a/app/assets/stylesheets/themes/gitlab-theme.scss
+++ b/app/assets/stylesheets/themes/gitlab-theme.scss
@@ -14,6 +14,10 @@
a {
color: $color-light;
+
+ h3 {
+ color: $color-light;
+ }
}
&:hover {