How do you disable background darkening? #26
Answered
by
Godiesc
JohannD123
asked this question in
Q&A
-
I've tried modifying the root personal css file but I'm not seeing any changes to my browser. I already have the main image enabled, is there something else I need to enable within the browser? I thought you could configure things through the css. |
Beta Was this translation helpful? Give feedback.
Answered by
Godiesc
Feb 10, 2024
Replies: 1 comment
-
hi, for brightness you have the rules in line 60 and 62, in the section for main-image config: https://github.com/Godiesc/firefox-one/blob/main/chrome/components/one_root-personal.css#L60-L62 , you can edit the last 2 numbers and write something like this: #10101900 for transparency. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JohannD123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, for brightness you have the rules in line 60 and 62, in the section for main-image config: https://github.com/Godiesc/firefox-one/blob/main/chrome/components/one_root-personal.css#L60-L62 , you can edit the last 2 numbers and write something like this: #10101900 for transparency.