diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-12-26 14:11:57 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-12-26 14:11:57 +0100 |
commit | 7ee2d6aa68bfb474f547cf88781fc43b9751d0cc (patch) | |
tree | 0e4e73eae1a7a18b3db5e5efe2c6c453c18fc27f /card | |
parent | d90e2b8f121534e8004a642f576807dd3ed53507 (diff) |
back and front card template
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, |