From 6a1273bdad422b85521fcb456a35d4d6bf83846b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 20 Jan 2023 15:12:35 +0100 Subject: ankidroid dark mode fix in readme --- anki-card-template/card.css | 1 + 1 file changed, 1 insertion(+) (limited to 'anki-card-template/card.css') diff --git a/anki-card-template/card.css b/anki-card-template/card.css index 2c5309a..1d18aa5 100644 --- a/anki-card-template/card.css +++ b/anki-card-template/card.css @@ -166,4 +166,5 @@ body { .mobile #card.vertical-layout #back #tags { flex-direction: column; } .mobile #card.vertical-layout #back #tags .tag { max-width: max-content; } +/* make sure to hide empty fields */ .parse.empty { display: none !important; } -- cgit v1.2.3