Bug 1659711 - Match fade for light and dark mode privacy screens r=pdahiya

Differential Revision: https://phabricator.services.mozilla.com/D87638
This commit is contained in:
emcminn 2020-08-19 20:36:19 +00:00
Родитель e075211be5
Коммит bad8e75946
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -101,7 +101,7 @@ body {
--welcome-button-text-color: #FFF;
--welcome-button-background-hover-color: #003EAA;
--welcome-button-background-active-color: #002275;
--about-welcome-media-fade: linear-gradient(transparent, transparent 40%, #F9F9FA);
--about-welcome-media-fade: linear-gradient(transparent, transparent 35%, #F9F9FA, #F9F9FA);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Ubuntu', 'Helvetica Neue', sans-serif;
font-size: 16px;
position: relative;

Просмотреть файл

@ -37,7 +37,7 @@ body {
--welcome-button-text-color: #FFF;
--welcome-button-background-hover-color: #003EAA;
--welcome-button-background-active-color: #002275;
--about-welcome-media-fade: linear-gradient(transparent, transparent 40%, #F9F9FA);
--about-welcome-media-fade: linear-gradient(transparent, transparent 35%, #F9F9FA, #F9F9FA);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Ubuntu',
'Helvetica Neue', sans-serif;