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>2019-06-25 21:40:03 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-06-25 21:56:26 +0300
commitd1eec379439743154cafe04ba56873ba1f64a274 (patch)
treef33f35cdd2d4ac6b35b44d509bab2adbf7f47a21 /app/assets/stylesheets/pages/notes.scss
parentc6eb18ee0fe1b887438da87f25fc2f2a852dd393 (diff)
Use darker gray color for system note metadata and edited text
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 5cacd42bf0d..824edb2869f 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -628,7 +628,7 @@ $note-form-margin-left: 72px;
.note-headline-meta {
.system-note-separator {
- color: $gl-text-color-disabled;
+ color: $gray-700;
}
.note-timestamp {