mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Dark blue accent - Table header #202
This commit is contained in:
parent
0b0c7dfcae
commit
f07e7d5a88
4 changed files with 12 additions and 0 deletions
|
|
@ -44,6 +44,11 @@
|
|||
--in-content-accent-color: var(--blue-40) !important;
|
||||
--in-content-accent-color-active: var(--blue-30) !important;
|
||||
|
||||
--in-content-table-background: rgb(35, 34, 43) !important;
|
||||
--in-content-table-border-color: rgba(249,249,250,0.2) !important;
|
||||
--in-content-table-header-background: rgb(5, 64, 150) !important;
|
||||
--in-content-table-header-color: var(--in-content-page-color) !important;
|
||||
|
||||
--in-content-link-color: var(--blue-40) !important;
|
||||
--in-content-link-color-hover: var(--blue-30) !important;
|
||||
--in-content-link-color-active: var(--blue-20) !important;
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@
|
|||
|
||||
--in-content-table-background: #f8f8fa;
|
||||
--in-content-table-border-color: var(--in-content-box-border-color); /* Legacy: #d1d1d1; rgba(249, 249, 250, 0.2) */
|
||||
--in-content-table-border-dark-color: var(--in-content-table-border-color);
|
||||
--in-content-table-header-background: var(
|
||||
--in-content-primary-button-background
|
||||
); /* Legacy: #0a84ff; rgb(5, 64, 150); */
|
||||
|
|
|
|||
|
|
@ -984,6 +984,7 @@
|
|||
--in-content-table-background: #f8f8fa;
|
||||
--in-content-table-border-color: var(--in-content-box-border-color);
|
||||
/* Legacy: #d1d1d1; rgba(249, 249, 250, 0.2) */
|
||||
--in-content-table-border-dark-color: var(--in-content-table-border-color);
|
||||
--in-content-table-header-background: var(--in-content-primary-button-background);
|
||||
/* Legacy: #0a84ff; rgb(5, 64, 150); */
|
||||
--in-content-table-header-color: var(--in-content-primary-button-text-color);
|
||||
|
|
@ -1128,6 +1129,10 @@
|
|||
--in-content-focus-outline-color: var(--blue-40) !important;
|
||||
--in-content-accent-color: var(--blue-40) !important;
|
||||
--in-content-accent-color-active: var(--blue-30) !important;
|
||||
--in-content-table-background: rgb(35, 34, 43) !important;
|
||||
--in-content-table-border-color: rgba(249, 249, 250, 0.2) !important;
|
||||
--in-content-table-header-background: rgb(5, 64, 150) !important;
|
||||
--in-content-table-header-color: var(--in-content-page-color) !important;
|
||||
--in-content-link-color: var(--blue-40) !important;
|
||||
--in-content-link-color-hover: var(--blue-30) !important;
|
||||
--in-content-link-color-active: var(--blue-20) !important;
|
||||
|
|
|
|||
|
|
@ -578,6 +578,7 @@
|
|||
--in-content-table-background: #f8f8fa;
|
||||
--in-content-table-border-color: var(--in-content-box-border-color);
|
||||
/* Legacy: #d1d1d1; rgba(249, 249, 250, 0.2) */
|
||||
--in-content-table-border-dark-color: var(--in-content-table-border-color);
|
||||
--in-content-table-header-background: var(--in-content-primary-button-background);
|
||||
/* Legacy: #0a84ff; rgb(5, 64, 150); */
|
||||
--in-content-table-header-color: var(--in-content-primary-button-text-color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue