Quorafind / Outliner.MD

https://outliner.md
128 stars 2 forks source link

Hide underline style of text #36

Closed SaXz2 closed 1 month ago

SaXz2 commented 1 month ago

image

现在内嵌的内容都会添加一个下划线有些碍眼

Quorafind commented 1 month ago

您可以通过简单的 css 来控制这个变化:

.internal-embed.is-loaded.embedded-part .markdown-source-view.mod-cm6 .cm-line {
    text-decoration: inherit;
}