Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created December 7, 2023 22:42
Show Gist options
  • Save Shelob9/3c1b502d75d809a508dbe4a79d8fb6b8 to your computer and use it in GitHub Desktop.
Save Shelob9/3c1b502d75d809a508dbe4a79d8fb6b8 to your computer and use it in GitHub Desktop.
Tailwind CSS with links styled like links
@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