Created
December 7, 2023 22:42
-
-
Save Shelob9/3c1b502d75d809a508dbe4a79d8fb6b8 to your computer and use it in GitHub Desktop.
Tailwind CSS with links styled like links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@tailwind base; | |
@tailwind components; | |
@tailwind utilities; | |
a { | |
@apply underline text-blue-800 hover:text-blue-400 visited:text-purple-800 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment