Skip to content
Snippets Groups Projects
Commit d1eec379 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Use darker gray color for system note metadata and edited text

parent c6eb18ee
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -594,18 +594,18 @@
padding: 16px 0;
 
small {
color: $gray-darkest;
color: $gray-700;
}
}
 
.edited-text {
color: $gray-darkest;
color: $gray-700;
display: block;
margin: 16px 0 0;
font-size: 85%;
 
.author-link {
color: $gray-darkest;
color: $gray-700;
}
}
 
Loading
Loading
Loading
Loading
@@ -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 {
Loading
Loading
---
title: Use darker gray color for system note metadata and edited text
merge_request: 30054
author:
type: other
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment