diff options
Diffstat (limited to 'card')
-rw-r--r-- | card/card.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/card/card.css b/card/card.css index 2e41631..d5ce6cf 100644 --- a/card/card.css +++ b/card/card.css @@ -1,5 +1,10 @@ +.mobile .card { + font-size: 2.25rem; +} + .card { text-align: center; + font-size: 1.75rem; } .card span { @@ -9,7 +14,10 @@ hr { height: 10px; border: none; + opacity: 20%; + background-color: black; } +.nightMode hr { background-color: white; } .card.front .target-word-reading, .card.front .target-word-translation, |