RisingOrange / anki-enhanced-cloze

20 stars 4 forks source link

Anyone know how to make the cloze answer bold? #63

Open sylvialinyz opened 1 year ago

sylvialinyz commented 1 year ago

I am not that familar with the css code and tried several times to modify the font code to make the clozes answer bold but failed.

Davemi123 commented 1 year ago

try: .genuine-cloze[show-state="hint"] { font-weight: bold; } in css