Skip to content

Commit 116335c

Browse files
committed
styles: adjust border color
1 parent a141b64 commit 116335c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default {
117117
plugin(function ({ addComponents }) {
118118
addComponents({
119119
".cactus-link": {
120-
"@apply text-link no-underline transition-all duration-300 border-b border-link/20": {},
120+
"@apply text-link no-underline transition-all duration-300 border-b border-link/10": {},
121121
"&:hover": {
122122
"@apply border-link/100": {},
123123
},

0 commit comments

Comments
 (0)