pascaldragon / Pas2JS_Widget

Pas2JS_Widget
43 stars 7 forks source link

Fix font color from HandleClass #29

Open rcla opened 3 months ago

rcla commented 3 months ago

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">