Use the same text color throughout the app Change-Id: I55f83e0dbdd83efcbe179683b87060440908e789
diff --git a/polygerrit-ui/app/elements/change/gr-message/gr-message.html b/polygerrit-ui/app/elements/change/gr-message/gr-message.html index 453f321..fea01ca 100644 --- a/polygerrit-ui/app/elements/change/gr-message/gr-message.html +++ b/polygerrit-ui/app/elements/change/gr-message/gr-message.html
@@ -138,7 +138,7 @@ .score { border: 1px solid var(--border-color); border-radius: 3px; - color: #000; + color: var(--primary-text-color); display: inline-block; margin: -.1em 0; padding: 0 .1em;
diff --git a/polygerrit-ui/app/elements/diff/gr-diff-comment/gr-diff-comment.html b/polygerrit-ui/app/elements/diff/gr-diff-comment/gr-diff-comment.html index f1bce4c..37aaafc 100644 --- a/polygerrit-ui/app/elements/diff/gr-diff-comment/gr-diff-comment.html +++ b/polygerrit-ui/app/elements/diff/gr-diff-comment/gr-diff-comment.html
@@ -169,7 +169,7 @@ display: none; } label.show-hide { - color: #000; + color: var(--primary-text-color); cursor: pointer; display: block; font-size: .8rem;
diff --git a/polygerrit-ui/app/elements/diff/gr-diff-view/gr-diff-view.html b/polygerrit-ui/app/elements/diff/gr-diff-view/gr-diff-view.html index 79056f6..839d3f6 100644 --- a/polygerrit-ui/app/elements/diff/gr-diff-view/gr-diff-view.html +++ b/polygerrit-ui/app/elements/diff/gr-diff-view/gr-diff-view.html
@@ -182,7 +182,7 @@ vertical-align: -.1em; } .mobileNavLink { - color: #000; + color: var(--primary-text-color); font-size: 1.5rem; font-family: var(--font-family-bold); text-decoration: none;
diff --git a/polygerrit-ui/app/elements/diff/gr-diff/gr-diff.html b/polygerrit-ui/app/elements/diff/gr-diff/gr-diff.html index 9fd564c..008a85b 100644 --- a/polygerrit-ui/app/elements/diff/gr-diff/gr-diff.html +++ b/polygerrit-ui/app/elements/diff/gr-diff/gr-diff.html
@@ -83,7 +83,7 @@ .diff-row.target-row.target-side-right .lineNum.right, .diff-row.target-row.unified .lineNum { background-color: #BBDEFB; - color: #000; + color: var(--primary-text-color); } .blank, .content {
diff --git a/polygerrit-ui/app/elements/shared/gr-download-commands/gr-download-commands.html b/polygerrit-ui/app/elements/shared/gr-download-commands/gr-download-commands.html index ca0f74e..7570533 100644 --- a/polygerrit-ui/app/elements/shared/gr-download-commands/gr-download-commands.html +++ b/polygerrit-ui/app/elements/shared/gr-download-commands/gr-download-commands.html
@@ -44,7 +44,7 @@ font-family: var(--font-family-bold); } li[selected] gr-button { - color: #000; + color: var(--primary-text-color); font-family: var(--font-family-bold); text-decoration: none; }
diff --git a/polygerrit-ui/app/styles/gr-change-list-styles.html b/polygerrit-ui/app/styles/gr-change-list-styles.html index e0f0fca..89186a9 100644 --- a/polygerrit-ui/app/styles/gr-change-list-styles.html +++ b/polygerrit-ui/app/styles/gr-change-list-styles.html
@@ -84,7 +84,7 @@ background-color: #eaeaea; } .groupHeader a { - color: #000; + color: var(--primary-text-color); text-decoration: none; } .groupHeader a:hover {