Skip to content

Commit

Permalink
Fix contrast ratio of markdown blockquotes, elastic#12491
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes committed Aug 15, 2017
1 parent 027d2d1 commit 9558d73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ui/public/styles/dark-theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -621,4 +621,8 @@
.markdown-body table tr {
border-top: 1px solid @table-border-color;
}

.markdown-body blockquote {
color: @dimmed-text-color;
}
}
1 change: 1 addition & 0 deletions src/ui/public/styles/dark-variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

@body-bg: @gray3;
@text-color: #cecece;
@dimmed-text-color: #8d8d8d;

@link-color: #b7e2ea;
@link-hover-color: lighten(@link-color, 10%);
Expand Down

0 comments on commit 9558d73

Please sign in to comment.