Skip to content

Commit a4e34f9

Browse files
committed
Fix color accent primary coloring with esr theme
1 parent 1f2ec71 commit a4e34f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/themes/shared/r3dfox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
--in-content-primary-button-background: light-dark(rgb(255, 71, 9), rgb(255, 118, 72)) !important;
5757
--in-content-primary-button-background-hover: light-dark(rgb(255, 86, 30), rgb(255, 102, 51)) !important;
5858
--in-content-primary-button-background-active: light-dark(rgb(255, 86, 30), rgb(255, 86, 30)) !important;
59-
--color-accent-primary: light-dark(rgb(255, 71, 9), rgb(255, 100, 100)) !important;
59+
--color-accent-primary: light-dark(rgb(255, 71, 9), rgb(255, 118, 72)) !important;
6060
--color-accent-primary-hover: light-dark(rgb(255, 102, 51), rgb(255, 118, 72)) !important;
6161
--color-accent-primary-active: light-dark(rgb(255, 102, 51), rgb(255, 102, 51)) !important;
6262
--link-color: light-dark(rgb(255, 71, 9), rgb(255, 118, 72)) !important;

0 commit comments

Comments
 (0)