diff options
author | kcarattini <kcarattini@chromium.org> | 2015-01-06 16:21:35 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-07 00:22:30 +0000 |
commit | 91c187dacbea9e88bbbc8282693b8e458fd1f393 (patch) | |
tree | fda0d3c91f0adace78566f6e213bc535e4ecaf15 | |
parent | 70101ea5186d12e67ed99e67fdafd33813f8da67 (diff) | |
download | chromium_src-91c187dacbea9e88bbbc8282693b8e458fd1f393.zip chromium_src-91c187dacbea9e88bbbc8282693b8e458fd1f393.tar.gz chromium_src-91c187dacbea9e88bbbc8282693b8e458fd1f393.tar.bz2 |
Hotword: Adjust font color contrast to be more accessible.
BUG=445396
Review URL: https://codereview.chromium.org/838553003
Cr-Commit-Position: refs/heads/master@{#310183}
-rw-r--r-- | chrome/browser/resources/hotword_audio_verification/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/resources/hotword_audio_verification/style.css b/chrome/browser/resources/hotword_audio_verification/style.css index eff6974..664ad5c 100644 --- a/chrome/browser/resources/hotword_audio_verification/style.css +++ b/chrome/browser/resources/hotword_audio_verification/style.css @@ -69,7 +69,7 @@ div.intro-text { a { -webkit-app-region: no-drag; - color: rgb(66, 133, 244); + color: rgb(51, 103, 214); text-decoration: none; } @@ -260,7 +260,7 @@ div.buttonbar { } .buttonbar button.primary { - color: rgb(66, 133, 244); + color: rgb(51, 103, 214); } .buttonbar .left { @@ -313,7 +313,7 @@ div.buttonbar { } .buttonbar .message.error .text { - color: rgb(219, 68, 55); + color: rgb(213, 0, 0); } .close { |