diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-31 13:53:33 +0100 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-31 13:53:33 +0100 |
| commit | d8c2b5d87993ec11c05c54f8e237ccaeaccccde2 (patch) | |
| tree | 0d6c4f168cdb6501fd30e6848c5607dfac14ff9a | |
| parent | 0047bca2c3da4c05ccb1e21a857c65e864dd786c (diff) | |
refactor: switch anchor tag underline to only be when under a p tag
| -rw-r--r-- | src/styles/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/global.css b/src/styles/global.css index 38d2570..705033a 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -128,7 +128,7 @@ @apply font-mono; } - a { + p > a { @apply hover:underline text-blue-600; } } |
