Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customize is-info inverted color via SASS in 1.0 #3793

Open
max-arnold opened this issue Apr 21, 2024 · 0 comments
Open

Customize is-info inverted color via SASS in 1.0 #3793

max-arnold opened this issue Apr 21, 2024 · 0 comments

Comments

@max-arnold
Copy link

max-arnold commented Apr 21, 2024

This is about Bulma.

Overview of the problem

This is about the Bulma CSS framework
I'm using Bulma 1.0

Description

I'm trying to get the same is-info colors as in 0.9.4 (for navbar, tags, etc). Got the background working:

    @use "bulma/sass/utilities" with (
        $info: hsl(207, 61%, 53%)
    );
    
    @use "bulma/sass/themes/light";
    @use "bulma/sass/themes/setup";

But the text color of is-info elements is black and I want it to be white. How to customize it? It seems to be derived in a complex and multi-faceted way...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant