Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Notetype naming and CSS for tones #25

Open
BorisNA opened this issue Nov 11, 2023 · 0 comments
Open

FR: Notetype naming and CSS for tones #25

BorisNA opened this issue Nov 11, 2023 · 0 comments

Comments

@BorisNA
Copy link

BorisNA commented Nov 11, 2023

  1. I propose to change the notetype name (model) from "Chinese" to say "Chinese-Prestudy". There is a high probabilty that the "Chinese" model already exists, so we end with cryptic and ugly models like "Chinese-6613186".

  2. Could it be possible to change default CSS code for cards to match Pleco (and add selectors for dark mode)? I can't say that is "defacto standard", but it is quite popular...

.card1 {
  background-color: white;
}

.tone1 {color: red;}
.tone2 {color: green;}
.tone3 {color: blue;}
.tone4 {color: darkmagenta;}
.tone5 {color: gray;}
.night_mode .tone1 {color: red;}
.night_mode .tone2 {color: green;}
.night_mode .tone3 {color: deepskyblue;}
.night_mode .tone4 {color: magenta;}
.night_mode .tone5 {color: gray;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant