Skip to content

Commit

Permalink
Undoing this as it was buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
K4sum1 committed Jul 14, 2024
1 parent 3378c1c commit c50c469
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion browser/themes/shared/r3dfox.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

@media (-moz-bool-pref: "r3dfox.colors.enabled") {
:root {
background: var(--in-content-page-background) !important;
--arrowpanel-border-color: light-dark(rgb(255, 60, 60), rgb(155, 60, 60)) !important;
--toolbar-field-focus-border-color: light-dark(rgb(255, 40, 40), rgb(155, 60, 60)) !important;
--sidebar-border-color: light-dark(rgb(255, 60, 60), rgb(155, 60, 60)) !important;
Expand Down
2 changes: 1 addition & 1 deletion toolkit/themes/shared/in-content/common-shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@

:root {
appearance: none;
background-color: var(--in-content-page-background);
background: var(--in-content-page-background);
color: var(--in-content-page-color);
}

Expand Down

0 comments on commit c50c469

Please sign in to comment.