Closed ender-null closed 7 years ago
Hey!
Overriding a style made by Wing is easy, and would be similar to how you'd accomplish it with other frameworks. Just style elements you want to be a different color with plain CSS (after you've loaded Wing).
For example:
h1, h2, h3, h4, h5, p, {
color: white;
}
button {
background: white;
color: white;
}
Also, for buttons, Wing provides styles such as btn btn-outline
that allow support for darker color schemes.
Also, in Wing v1, there will be a bit more functionality, while keeping the file size as small as possible, and Wing will provide more utilities for different color schemes.
Thanks I could do it in a couple of seconds, good job guys
Thank you so much! 😄
I would love to use the css styles but with inverted color scheme, would it be hard to implement?