Skip to content

Commit 2a710ca

Browse files
feat(prose): underline links by default (#27)
1 parent afa7835 commit 2a710ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/app.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ export default defineAppConfig({
110110
},
111111
},
112112
prose: {
113+
a: {
114+
base: 'rounded-none border-current hover:text-muted hover:border-current [&>code]:border-current hover:[&>code]:text-muted hover:[&>code]:border-current',
115+
},
113116
codePreview: {
114117
slots: {
115118
preview: 'flex-col *:w-full [&_a]:w-fit',

0 commit comments

Comments
 (0)