Skip to content

Commit c50c469

Browse files
committed
Undoing this as it was buggy
1 parent 3378c1c commit c50c469

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

browser/themes/shared/r3dfox.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
@media (-moz-bool-pref: "r3dfox.colors.enabled") {
44
:root {
5-
background: var(--in-content-page-background) !important;
65
--arrowpanel-border-color: light-dark(rgb(255, 60, 60), rgb(155, 60, 60)) !important;
76
--toolbar-field-focus-border-color: light-dark(rgb(255, 40, 40), rgb(155, 60, 60)) !important;
87
--sidebar-border-color: light-dark(rgb(255, 60, 60), rgb(155, 60, 60)) !important;

toolkit/themes/shared/in-content/common-shared.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217

218218
:root {
219219
appearance: none;
220-
background-color: var(--in-content-page-background);
220+
background: var(--in-content-page-background);
221221
color: var(--in-content-page-color);
222222
}
223223

0 commit comments

Comments
 (0)