Advertisement
crackychan

2021 Anki - Nightmode on Android

Sep 27th, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Current question:
  2. How to use .nightMode {} to avoid database entries from being recolored?
  3. https://docs.ankimobile.net/night-mode.html
  4.  
  5. My current card styling
  6. _____________________________________________________________
  7.  
  8.  
  9. .card {
  10. #font-family: arial;
  11. font-size: 20px;
  12. text-align: center;
  13. color: black;
  14. background-color: white;
  15. }
  16.  
  17. .card1 { background-color: #ffffff; }
  18. @font-face { font-family: simsun; src: url('_simsun.ttf'); }
  19. .keyword { font-size: 40px; font-weight: bold;}
  20. .hanzi { font-size: 150px; font-family: simsun; src: url('_simsun.ttf');}
  21. .traditional { font-size: 100px; font-family: simsun; src: url('_simsun.ttf');}
  22. .pinyin { font-size: 65px; font-family: Meiryo;}
  23. .story { font-size: 18px; color: #999}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement