mirror of
https://github.com/dylanarmstrong/obsidian-prettier-plugin.git
synced 2026-07-22 05:46:07 +00:00
11 lines
209 B
CSS
11 lines
209 B
CSS
.prettier-plugin-hr {
|
|
border-width: 1px;
|
|
margin: 0;
|
|
}
|
|
|
|
.prettier-plugin-settings-description {
|
|
font-size: var(--font-small);
|
|
font-weight: var(--font-bold);
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
}
|