Commit 6c71623f authored by Miriam Zimmerman's avatar Miriam Zimmerman Committed by Commit Bot

feedback: Improve contrast for "Details" header.

The "Details" text in the system & app information dialog was too
low-contrast.

BUG=chromium:1005543
TEST=Took screenshots in linked bug and checked contrast ratios.

Change-Id: Ic0862a00c7ddb3dbbb4e46be8468e2e70a318afc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877648Reviewed-by: default avatarJ Kardatzke <jkardatzke@chromium.org>
Commit-Queue: Miriam Zimmerman <mutexlox@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709108}
parent ccf8bc42
...@@ -12,6 +12,10 @@ body { ...@@ -12,6 +12,10 @@ body {
margin-top: .5em; margin-top: .5em;
} }
#tableTitle {
color: #4a4a4a;
}
#status { #status {
color: rgb(66, 133, 244); color: rgb(66, 133, 244);
display: inline-block; display: inline-block;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment