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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-08 19:42:46 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-08 19:42:46 +0300
commitbbec72169e6fa701f4d7bea5592a16757411053b (patch)
treece322b4bfa2fec6432472c85563924c9df5ab9b5 /app/assets
parent336b50d0306d18434aa4377c61a27786906e39d4 (diff)
Fix default link color
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/typography.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index e2f9b9d1297..7968dbc4000 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -432,3 +432,11 @@ textarea {
color: $placeholder-text-color;
}
}
+
+
+/**
+ * global colors
+ */
+a {
+ color: $gl-link-color;
+}