We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a141b64 commit 116335cCopy full SHA for 116335c
tailwind.config.ts
@@ -117,7 +117,7 @@ export default {
117
plugin(function ({ addComponents }) {
118
addComponents({
119
".cactus-link": {
120
- "@apply text-link no-underline transition-all duration-300 border-b border-link/20": {},
+ "@apply text-link no-underline transition-all duration-300 border-b border-link/10": {},
121
"&:hover": {
122
"@apply border-link/100": {},
123
},
0 commit comments