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

color of a #3896

Open
melTr opened this issue Sep 8, 2024 · 0 comments
Open

color of a #3896

melTr opened this issue Sep 8, 2024 · 0 comments

Comments

@melTr
Copy link

melTr commented Sep 8, 2024

This is about Bulma.

Overview of the problem

This is about the Bulma CSS framework

I'm using Bulma version 1.01

This is a Sass issue: I'm using version [x.x.x]
I am sure this issue is not a duplicate?

Description

a {
color: var(--bulma-link-text)
}
Firefox complains var is not defined

Steps to Reproduce

Change line 137 of generic.scss
a {
color: cv.getVar("link-text");
to a {
color: cv.getVar("link");

Expected behavior

Color is now set to my $link color

Actual behavior

No color of link in text content

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