We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.omd-section-line { text-align: right; opacity: 0.8; padding-right: 1em; margin: 0px !important; &::before { content: "🔖"; } } /* 新的笔记本的分隔线样式 */ .omd-section-line hr { border-width: 1px; border-radius: 3px; border-style: dashed; border-color: var(--text-normal); opacity: 0.5; }
The text was updated successfully, but these errors were encountered:
Another style with less line height:
.cm-line:has(.omd-section-line) { line-height: 0em; } .omd-section-line { text-align: right; opacity: 0.8; padding-right: 1em; margin: 0px !important; /*line-height: 1.5em;*/ &::before { content: "🔖"; } } /* 新的笔记本的分隔线样式 */ .omd-section-line hr { border-width: 1px; border-radius: 3px; border-style: dashed; border-color: var(--text-normal); opacity: 0.5; max-width: 80%; }
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: