-
Environment
Feature requestI have a whole site built on Blueprint3 that I'm upgrading to v4, but since the dark colors changed a tad it's thrown my site out of whack. Are there any code samples for overriding the B4 colors with the B3 colors? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Did make some progress, but that won't override the
|
Beta Was this translation helpful? Give feedback.
-
@switz Blueprint packages don't use the |
Beta Was this translation helpful? Give feedback.
@switz Blueprint packages don't use the
Colors
variables internally to style anything; those are just provided for convenience for Blueprint consumers. Blueprint components are all styled with Sass/CSS, so changing the Sass color variables as you've done in that code snippet should be sufficient to get the old colors. Let me know if you run into more problems.