Commit e7bae43a authored by anina koehler's avatar anina koehler Committed by Commit Bot

Increase initialization screen contrast on Kiosk app

The contrast ratio should be at least 4.5 on all text. On the initialization screen of the Kiosk app it was too low on one of the strings. The color of one string was changed from gray to #666 (same as the other strings on that screen) which increases the ratio from 3.94 to 5.74.

Bug: 1015832
Change-Id: I53f14c5f7831b9a7c54d817e2b28d1a277c59954
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036054
Commit-Queue: Anina Koehler <aninak@google.com>
Reviewed-by: default avatarAlexander Hendrich <hendrich@chromium.org>
Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742137}
parent a9dab387
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
#splash-shortcut-info { #splash-shortcut-info {
bottom: 50px; bottom: 50px;
color: gray; color: rgb(102, 102, 102); /* #666 */
left: 0; left: 0;
position: absolute; position: absolute;
right: 0; right: 0;
......
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