Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Unified Diff: chrome/browser/resources/hotword_audio_verification/style.css

Issue 838553003: Adjust font contrast to be more accessible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/hotword_audio_verification/style.css
diff --git a/chrome/browser/resources/hotword_audio_verification/style.css b/chrome/browser/resources/hotword_audio_verification/style.css
index eff69747c1f450bb0e90ad3d4f8c9b3010dac0af..664ad5cf963fe0ecb9e1110c2199f2b4524ef72c 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 {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698