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

Fountain-text in the Preview all in white as default #42

Open
ralf3u opened this issue Mar 2, 2023 · 0 comments
Open

Fountain-text in the Preview all in white as default #42

ralf3u opened this issue Mar 2, 2023 · 0 comments

Comments

@ralf3u
Copy link

ralf3u commented Mar 2, 2023

I think that two years ago all text in the Preview was in white when using dark mode. According to xiota/geanylua-scripts#5 (comment), since last year some text is white and some text is black. The black text is hard to read.

I replaced in fountain.css this code:

/* Slug */
Dialog {
	break-inside: avoid;

by this code:

/* Slug */
Dialog {
	color: white;
	break-inside: avoid;

Now all the text in the Preview is in white.

What about the idea to add the line color: white; in fountain.css as default?
An alternative would be maybe color: yellow;, to give users a help where to change the color of dialogs.

I would also replace this code:

html {
	font-size: 8pt;
}

by this code:

html {
	font-size: 8pt;
	color: white;
}

It would be easier for users who have problems with CSS to know where to change the color for the rest of the text.

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