-
Notifications
You must be signed in to change notification settings - Fork 403
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
feat: adjust Ory Network CTA to match new-ish colors #2082
Conversation
Love it. Is there a reason why you didn't go with tailwind v4? |
not really. I just ported what @jonas-jonas did here and fixed the conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonas-jonas I think the issue is that the dark/light mode toggle overrides the colour on the title here as well. I could not figure out quickly how to fix it |
@vinckr by using ! (!important in CSS land) |
I figured that was it but I didnt find the place to put it right away, thanks for fixing! |
Related Issue or Design Document
Checklist
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact [email protected]) from the maintainers to push the changes.
Further comments