Skip to content

Commit c4ded71

Browse files
committed
feat: underline links
1 parent c50bf9c commit c4ded71

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/src/css/typography.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ code {
171171
border-bottom: 1px solid var(--ifm-font-color-base);
172172
}
173173

174+
.eti-editor a {
175+
border-bottom: none;
176+
}
177+
174178
/* Sidebar */
175179
[class*='menu__list-item-collapsible'] a {
176180
font-family: var(--swm-title-font);

docs/src/examples/htmlStyle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const htmlStyle: HtmlStyle = {
4040
},
4141
a: {
4242
color: '#38acdd',
43-
textDecorationLine: 'none',
43+
textDecorationLine: 'underline',
4444
},
4545
mention: {
4646
color: LINK,

0 commit comments

Comments
 (0)