```hbox { text("Lorem Ipsum") { ...
# tornadofx
j
Copy code
hbox {
                text("Lorem Ipsum") {
                    addClass(LoginStyles.title)
                }
                style {
                    backgroundColor += c("#FFFFFF")
                    opacity = .10
                }
            }
and then
opacity = 1.0
to the text node through the stylesheet