Last active
August 7, 2016 02:11
-
-
Save doeg/fb6d96f862e74206a909df3ef4c53f0f to your computer and use it in GitHub Desktop.
Anki CSS & card templates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.card { | |
font-family: Helvetica, sans-serif; | |
font-size: 20px; | |
text-align: center; | |
} | |
.fr { | |
color: #B10DC9; | |
} | |
.en { | |
color: #0074D9 !important; | |
} | |
.sm { | |
color: #777; | |
font-size: 14px; | |
} | |
.p { | |
padding: 12px 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment