summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/timeline.scss
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2016-12-30 12:18:27 -0800
committertauriedavis <taurie@gitlab.com>2017-01-04 12:14:26 -0800
commit86b1dfc7a494b19a20cf677f040d2f9c8a1efad7 (patch)
treea6094e81d91bd5c5f09844d99434447e65b89027 /app/assets/stylesheets/framework/timeline.scss
parent7c2a4699b8bdd9d8abd193e4256694115b41fc07 (diff)
downloadgitlab-ce-86b1dfc7a494b19a20cf677f040d2f9c8a1efad7.tar.gz
25701 standardize text colors25701-standardize-text-colors
Diffstat (limited to 'app/assets/stylesheets/framework/timeline.scss')
-rw-r--r--app/assets/stylesheets/framework/timeline.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss
index 6078505807e..ff185cd8767 100644
--- a/app/assets/stylesheets/framework/timeline.scss
+++ b/app/assets/stylesheets/framework/timeline.scss
@@ -7,7 +7,7 @@
.timeline-entry {
padding: $gl-padding $gl-btn-padding 11px;
border-color: $white-normal;
- color: $gl-gray;
+ color: $gl-text-color;
border-bottom: 1px solid $border-white-light;
&:target {
@@ -32,7 +32,7 @@
.system-note {
.note-text {
- color: $gl-gray !important;
+ color: $gl-text-color !important;
}
}