Dark mode for file detail screens #1695
Unanswered
maboroshin
asked this question in
Help and Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Your question
Dark mode for file detail screens. If it is not implemented soon, I propose the following CSS.
@media (prefers-color-scheme: dark) { html { filter: invert(0.85); }
This is simple CSS code, but sufficient for a simple dark mode. A value of 0.85 would be optimal for current CSS, such as contrast. I have confirmed on Chrome and FireFox on Windows that the color scheme will look like the image.
Addon & CoApp version and details
version: 9.3.0.1
target: mozilla
channel: stable
platform: x86-64 win
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0
"use_wide_ui": false,
"use_legacy_ui": false,
"use_sidebar": true,
"open_count_store": 6,
"successfull_dl": 5,
"download_history": {
"__serializer_tag": "map",
"__serializer_value": []
}
Beta Was this translation helpful? Give feedback.
All reactions