make level5+ lines more dimmed

This commit is contained in:
Vyrtsev Mikhail
2019-06-29 21:00:31 -05:00
committed by Umputun
parent d7ec92ee39
commit 12793c1110
2 changed files with 10 additions and 1 deletions
@@ -2,6 +2,11 @@
padding-left: 17px;
border-left: 1px dotted rgba(0, 0, 0, 0.15);
}
.thread_level_4 .thread > .thread {
.thread_level_4 .thread {
padding-left: 5px;
}
.thread_level_5 > .thread_level_5 {
border-left: 1px dotted rgba(0, 0, 0, 0.08);
}
@@ -101,4 +101,8 @@
& ~ .thread {
border-left-color: rgba(255, 255, 255, 0.35);
}
& ~ .thread_level_5 > .thread_level_5 {
border-left-color: rgba(255, 255, 255, 0.2);
}
}