1 parent f1b52a3 commit 86fe975Copy full SHA for 86fe975
2 files changed
docs/src/css/typography.css
@@ -171,6 +171,10 @@ code {
171
border-bottom: 1px solid currentColor;
172
}
173
174
+.eti-editor a {
175
+ border-bottom: none;
176
+}
177
+
178
/* Sidebar */
179
[class*='menu__list-item-collapsible'] a {
180
font-family: var(--swm-title-font);
docs/src/examples/htmlStyle.ts
@@ -40,7 +40,7 @@ export const htmlStyle: HtmlStyle = {
40
},
41
a: {
42
color: '#38acdd',
43
- textDecorationLine: 'none',
+ textDecorationLine: 'underline',
44
45
mention: {
46
color: LINK,
0 commit comments