Skip to content

Fix fancy link - issue #1160#1164

Closed
amankumarhq wants to merge 7 commits intocodu-code:developfrom
amankumarhq:fix-fancy-link
Closed

Fix fancy link - issue #1160#1164
amankumarhq wants to merge 7 commits intocodu-code:developfrom
amankumarhq:fix-fancy-link

Conversation

@amankumarhq
Copy link

✨ Codu Pull Request 💻

Fixes #1160

Pull Request details

  • Removed the .fancy-link and .fancy-link:hover classes from globals.css as part of the effort to follow the component-based styling approach promoted by Tailwind CSS.
  • Applied the styles directly to the components using .fancy-link, replacing them with the equivalent Tailwind classes:
    cursor-pointer bg-gradient-to-r from-orange-400 to-pink-600 bg-clip-text tracking-wide text-transparent hover:from-orange-300 hover:to-pink-500
  • Ensured that the hover effects and link styling remain consistent across all relevant components.

Any Breaking changes

None

Associated Screenshots

None

Loading
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

Successfully merging this pull request may close these issues.

Issue: Transitioning Away from Global Styles in globals.css

3 participants