Fork me on GitHub
#reagent
<
2019-07-29
>
Ashley Smith16:07:36

How do you style pseudoelements? I want to make the placeholder of an input darker 🙂

tianshu00:07:17

what do you mean? how to make it darker or how to create a pseudo style?

jbrown07:07:40

You can use css to style them. This stackoverflow post helped me before https://stackoverflow.com/questions/43793639/change-placeholder-text-color-of-textarea It's the same idea with an input, just change textarea for input

Ashley Smith20:07:19

Sorry I didn't see this! I have been doing inline styles as I'm mostly using bulma for my CSS so there are only a few exceptions