CR LEAKS Administrators Joined Mar 25, 2022 Messages 1,485 Credits 28,051 Aug 3, 2024 #1 Step 1 : extra.less CSS: Code: ::selection { color: red !important; background: orange !important; } Or CSS: Code: ::selection, ::-moz-selection { color: black !important; background: orange !important; }
Step 1 : extra.less CSS: Code: ::selection { color: red !important; background: orange !important; } Or CSS: Code: ::selection, ::-moz-selection { color: black !important; background: orange !important; }