Commit 91c187da authored by kcarattini's avatar kcarattini Committed by Commit bot

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}
parent 70101ea5
...@@ -69,7 +69,7 @@ div.intro-text { ...@@ -69,7 +69,7 @@ div.intro-text {
a { a {
-webkit-app-region: no-drag; -webkit-app-region: no-drag;
color: rgb(66, 133, 244); color: rgb(51, 103, 214);
text-decoration: none; text-decoration: none;
} }
...@@ -260,7 +260,7 @@ div.buttonbar { ...@@ -260,7 +260,7 @@ div.buttonbar {
} }
.buttonbar button.primary { .buttonbar button.primary {
color: rgb(66, 133, 244); color: rgb(51, 103, 214);
} }
.buttonbar .left { .buttonbar .left {
...@@ -313,7 +313,7 @@ div.buttonbar { ...@@ -313,7 +313,7 @@ div.buttonbar {
} }
.buttonbar .message.error .text { .buttonbar .message.error .text {
color: rgb(219, 68, 55); color: rgb(213, 0, 0);
} }
.close { .close {
......
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