- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 173
Closed
Labels
Description
Context
We currently have numerous global style classes defined in the globals.css file, which goes against the component-based styling approach promoted by Tailwind CSS. This can lead to unintended styling consequences throughout the project.
We plan to incrementally remove these styles.
As the first step in moving away from this approach, we need to:
Remove the .fancy-link and .fancy-link:hover classes from globals.css.
Copy their styles and apply them directly within the relevant components where they are used.
Expected Behavior
Ensure that the updated components are tested before and after the change to verify that the styles (including the hover) remain consistent.
Additional info
File can be found at:
/styles/globals.css