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

Fix font color from HandleClass #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rcla
Copy link

@rcla rcla commented Jul 5, 2024

Gets the font color property from HandleClass and updates it.

Before with Bulma (theme-light):
BulmaBefore

After with Bulma (theme-light):
BulmaAfter

Before with Bulma (theme-dark):
BulmaDarkBe

Afert with Bulma (theme-dark):
BulmaDarkAf

Before with Bootstrap:
BootstraBef

After with Bootstrap:
BootstrapAf

To apply Bulma's light and dark themes, it is necessary to assign the TWForm color in clNone and in the html file:

<html lang="en" class="theme-dark">

Or

<html lang="en" class="theme-light">

Gets the font color property from HandleClass and updates it.
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

Successfully merging this pull request may close these issues.

1 participant