Let’s talk about the text highlighting tool:
I want to be able to apply highlighting to my text, but the highlight looks so strong that it can make my text unreadable:
To get this result, I highlighted some text and clicked on the “text highlight color” tool.
I want to be able to select a color and set the opacity of that color (RGBA), however Anki seems to only allow to choose a color that fits in the RGB model.
I have to manually change the HTML in the editor to change the code from background-color: rgb(242, 242, 1);
to background-color: rgba(242, 242, 1, 0.2);
With this change, the card looks like this:
This makes it quite more readable, but it can take a long time to manually change the
background-color
setting everytime.
Is there any easier way to set transparency to highlighting text?
Thank you for reading!