Bug 1706360 - Adjust default background colors of new-tab. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D112744
This commit is contained in:
@@ -105,7 +105,7 @@ $newtab-wordmark-default-color: #20123A;
|
||||
// Matching proton in-content colors
|
||||
$in-content-page-color: rgb(21, 20, 26);
|
||||
$in-content-page-color-dark: rgb(251, 251, 254);
|
||||
$in-content-page-background: $white;
|
||||
$in-content-page-background: #F9F9FB;
|
||||
$in-content-page-background-dark: rgb(28, 27, 34);
|
||||
|
||||
$newtab-card-primary-text-color: #20123A;
|
||||
|
||||
@@ -28,7 +28,7 @@ input {
|
||||
display: none !important; }
|
||||
|
||||
body {
|
||||
--newtab-background-color: #FFF;
|
||||
--newtab-background-color: #F9F9FB;
|
||||
--newtab-border-primary-color: #B1B1B3;
|
||||
--newtab-border-secondary-color: #D7D7DB;
|
||||
--newtab-element-active-color: rgba(215, 215, 219, 0.6);
|
||||
|
||||
@@ -31,7 +31,7 @@ input {
|
||||
display: none !important; }
|
||||
|
||||
body {
|
||||
--newtab-background-color: #FFF;
|
||||
--newtab-background-color: #F9F9FB;
|
||||
--newtab-border-primary-color: #B1B1B3;
|
||||
--newtab-border-secondary-color: #D7D7DB;
|
||||
--newtab-element-active-color: rgba(215, 215, 219, 0.6);
|
||||
|
||||
@@ -28,7 +28,7 @@ input {
|
||||
display: none !important; }
|
||||
|
||||
body {
|
||||
--newtab-background-color: #FFF;
|
||||
--newtab-background-color: #F9F9FB;
|
||||
--newtab-border-primary-color: #B1B1B3;
|
||||
--newtab-border-secondary-color: #D7D7DB;
|
||||
--newtab-element-active-color: rgba(215, 215, 219, 0.6);
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"tab_background_separator": "hsla(261, 53%, 15%, 1)",
|
||||
"tab_line": "hsla(265, 100%, 72%, 1)",
|
||||
"tab_loading": "hsla(265, 100%, 72%, 1)",
|
||||
"ntp_background": "hsla(0, 0%, 100%, 1)",
|
||||
"ntp_background": "#F9F9FB",
|
||||
"ntp_text": "hsla(261, 53%, 15%, 1)",
|
||||
"popup": "hsla(254, 46%, 21%, 1)",
|
||||
"popup_text": "hsla(255, 100%, 94%, 1)",
|
||||
@@ -110,7 +110,7 @@
|
||||
"tab_background_separator": "hsla(255, 100%, 94%, 1)",
|
||||
"tab_line": "hsla(265, 100%, 72%, 1)",
|
||||
"tab_loading": "hsla(265, 100%, 72%, 1)",
|
||||
"ntp_background": "hsla(254, 46%, 21%, .96)",
|
||||
"ntp_background": "#2A2A2E",
|
||||
"ntp_text": "hsla(255, 100%, 94%, 1)",
|
||||
"popup": "hsla(250, 43%, 25%, 1)",
|
||||
"popup_text": "hsla(255, 100%, 94%, 1)",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"toolbar_field_text": "rgb(251,251,254)",
|
||||
"toolbar_field_focus": "rgb(66,65,77)",
|
||||
"toolbar_text": "rgb(251, 251, 254)",
|
||||
"ntp_background": "rgb(28, 27, 34)",
|
||||
"ntp_background": "#2A2A2E",
|
||||
"ntp_text": "rgb(251, 251, 254)",
|
||||
"sidebar": "#38383D",
|
||||
"sidebar_text": "rgb(249, 249, 250)",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"toolbar_field_border": "transparent",
|
||||
"toolbar_field_focus": "white",
|
||||
"toolbar_text": "rgb(21,20,26)",
|
||||
"ntp_background": "#fff",
|
||||
"ntp_background": "#F9F9FB",
|
||||
"ntp_text": "rgb(21, 20, 26)",
|
||||
"popup_action_color": "rgb(91,91,102)",
|
||||
"button": "rgb(240,240,244)",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"toolbar_field_text": "rgb(251,251,254)",
|
||||
"toolbar_field_focus": "rgb(66,65,77)",
|
||||
"toolbar_text": "rgb(251, 251, 254)",
|
||||
"ntp_background": "rgb(28, 27, 34)",
|
||||
"ntp_background": "#2A2A2E",
|
||||
"ntp_text": "rgb(251, 251, 254)",
|
||||
"sidebar": "#38383D",
|
||||
"sidebar_text": "rgb(249, 249, 250)",
|
||||
|
||||
Reference in New Issue
Block a user