Mise à jour du 25 octobre 2025 à 15:00
This commit is contained in:
commit
9505998dae
147 changed files with 83565 additions and 0 deletions
19
.obsidian/plugins/longform/styles.css
vendored
Normal file
19
.obsidian/plugins/longform/styles.css
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
:root {
|
||||
--longform-explorer-font-size: var(--font-ui-medium);
|
||||
--longform-explorer-indent-size: 2em;
|
||||
}
|
||||
|
||||
.longform-settings-user-steps {
|
||||
padding-inline-start: 1em;
|
||||
margin-block-start: 0;
|
||||
margin-block-end: 0;
|
||||
}
|
||||
|
||||
.longform-settings-user-step-name {
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
.longform-settings-user-step-id {
|
||||
margin-left: var(--size-4-2);
|
||||
color: var(--text-muted);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue