Commit 7f659c8b authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

a11y OOBE: Improve version number text

See bug for the screenshot

Bug: 881471
Change-Id: I5b996648fe423799ba67450fe8f5996adbf70520
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818527Reviewed-by: default avatarDenis Kuznetsov <antrim@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700200}
parent 2d2f043b
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
*/ */
:root { :root {
--google-grey-700: rgb(95, 99, 104);
--shelf-area-height: 57px; --shelf-area-height: 57px;
} }
...@@ -151,15 +152,11 @@ span.bold { ...@@ -151,15 +152,11 @@ span.bold {
} }
#version-labels { #version-labels {
color: #fff; color: var(--google-grey-700);
font-size: 11px; font-size: 13px;
margin: 10px; margin: 10px;
position: relative; position: relative;
text-align: end; text-align: end;
text-shadow:
0 0 4px rgba(0,0,0,.6),
0 1px 2px rgba(0,0,0,.8),
0 -1px 2px rgba(0,0,0,1);
transition: all 500ms linear; transition: all 500ms linear;
z-index: 1; z-index: 1;
} }
......
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