This commit is contained in:
vinceliuice
2025-06-13 15:11:39 +08:00
parent 68e421a65d
commit 4d7ce5ad81
2 changed files with 4 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
--in-content-table-background: var(--gnome-browser-before-load-background) !important;
--newtab-background-color: var(--gnome-browser-before-load-background) !important;
--newtab-background-color-secondary: var(--gnome-menu-background) !important;
--newtab-background-color-secondary: var(--gnome-content-page-dialog-background) !important;
--newtab-primary-action-background: var(--theme-primary-color) !important;
--fxview-background-color: var(--gnome-browser-before-load-background) !important;
--fxview-background-color-secondary: var(--gnome-menu-background) !important;

View File

@@ -3,7 +3,8 @@
@-moz-document url("about:newtab"), url("about:home") {
body {
--newtab-background-color: var(--gnome-browser-before-load-background) !important;
--newtab-background-color-secondary: var(--gnome-menu-background) !important;
--newtab-background-color-secondary: var(--gnome-content-page-dialog-background) !important;
--newtab-background-card: var(--gnome-content-page-dialog-background) !important;
--newtab-primary-action-background: var(--theme-primary-color) !important;
--newtab-primary-element-text-color: #ffffff !important;
--newtab-overlay-color: var(--gnome-tabstoolbar-background) !important;
@@ -17,7 +18,7 @@ body {
}
.context-menu {
background: var(--gnome-menu-background) !important;
background: var(--gnome-toolbar-background) !important;
border-radius: 12px !important;
box-shadow: var(--gnome-popover-shadow), 0 0 0 1px var(--gnome-popover-border-color) !important;
padding: 6px !important;