Amend Base10 color and hover derivative

Amending Base10 to slightly darker `#202122` to fulfill WCAG
requirements in connection to Accent50.
Also sligthly adapting hover derivative to `#404244` and amending
corresponding opacity hover value.

Bug: T248393
Change-Id: Id72829d837d9e8d37bbec6092e5055f7c182db7a
This commit is contained in:
Volker E 2020-04-15 09:30:22 -07:00
parent ab7dc57923
commit 2baa9291d8
4 changed files with 5 additions and 5 deletions

View File

@ -31,8 +31,8 @@
right: 8px;
bottom: 0;
width: unit( 16 / @font-size-tabs / @font-size-browser, em );
// Modify the color of the image from the default #222 to approx. #444 to match the text.
opacity: 0.85;
// Modify the color of the image from the default #202122 to approx. #404244 to match the text.
opacity: 0.84;
}
&:hover,

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12">
<path fill="#222" d="M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5"/>
<path fill="#202122" d="M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5"/>
</svg>

Before

Width:  |  Height:  |  Size: 221 B

After

Width:  |  Height:  |  Size: 224 B

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="5" height="13">
<circle cx="2.5" cy="9" r="2.5" fill="#222"/>
<circle cx="2.5" cy="9" r="2.5" fill="#202122"/>
</svg>

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 159 B

View File

@ -36,7 +36,7 @@
//
@background-color-base: #fff;
@color-base: #222;
@color-base: #202122;
@color-base--emphasized: #000;
@color-link: #0645ad;
@color-link--visited: #0b0080;