mirror of
https://github.com/cosmicoptima/loom.git
synced 2026-07-22 07:40:25 +00:00
use darker color for indent lines
This commit is contained in:
parent
13246acf47
commit
89eb733f7e
1 changed files with 2 additions and 2 deletions
|
|
@ -56,9 +56,9 @@
|
|||
}
|
||||
|
||||
.loom-children {
|
||||
margin-left: 0.8em;
|
||||
margin-left: 0.85em;
|
||||
padding-left: 0.6em;
|
||||
border-left: 1px solid var(--text-faint);
|
||||
border-left: 1px solid var(--color-base-35);
|
||||
}
|
||||
|
||||
.loom-node {
|
||||
|
|
|
|||
Loading…
Reference in a new issue