Closed mangelozzi closed 6 years ago
Hi Michael,
let me explain why it does not work for you: the correct class name for this add-on (as described in the README file) is .night_mode
, while you are using .nightMode
.
Please, see the code and screenshot below:
.night_mode .cloze {
color: red!important;
}
Also, if you used .night_mode *
selector, this would work for you as well. In simpler terms cloze deletion is not broken - it only requires higher specificity, and you have incidentally used the wrong class name. Please let me know if everything works for you now. If you would like to lower the specificity required, please feel free to send PR, we can discuss the pros and cons then.
Problem description
The close deletion answer is a dark blue on a black background. I cannot read it on my screen. CSS selectors for cloze deletion answers not longer work with night mode installed, i.e.:
Checklist
Please put x inside brackets if following sentences apply to you:
Information about your Anki Setup
Please open Anki, go to Help → About, look-up two lines, starting with
Version:
andQt
and copy-paste them below:Please got to Night Mode → About now and copy-paste the first line from the pop-up window below:
Please fill in your OS details (Linux/Mac/Windows):
If you have a compatibility problem with a specific add-on or add-ons, please paste the add-on page links below:
Backtrace (if any)