diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-20 10:27:05 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-20 10:29:43 +0100 |
commit | 9d9d695826c184fe0d25650cf15922364ebc2ea9 (patch) | |
tree | 33aff6324126bc94392eabca881016c755f34a32 /anki-card-template | |
parent | 9905b8cefdee18f2ed9b503ef27814e9545d8f61 (diff) |
fix furigana visible on card front1.1.0
Diffstat (limited to 'anki-card-template')
-rw-r--r-- | anki-card-template/card.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/anki-card-template/card.css b/anki-card-template/card.css index d1b837d..24c6f0a 100644 --- a/anki-card-template/card.css +++ b/anki-card-template/card.css @@ -41,8 +41,9 @@ body { /* hide answer and separator on card front */ #card.front #back, -#card.front hr { - display: none; +#card.front hr, +#card.front ruby rt.hidden { + display: none !important; } /* extra space above complete translated sentence */ |