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

Button color inside content #7

Closed
irinaz opened this issue Nov 8, 2024 · 1 comment
Closed

Button color inside content #7

irinaz opened this issue Nov 8, 2024 · 1 comment

Comments

@irinaz
Copy link
Collaborator

irinaz commented Nov 8, 2024

Currently we have code that makes link with class btn white text
.l-content a.btn, .l-content a.button {
color: #fff;
}
we also need css where link inside button has white text
.l-content btn a, .l-content button a {
color: #fff;
}
Screenshot 2024-11-08 at 1 32 36 PM

@ronan
Copy link
Collaborator

ronan commented Nov 23, 2024

image

This should be fixed in the latest 2.x branch and will be in the next 2.x release

@ronan ronan closed this as completed Nov 23, 2024
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

2 participants