diff --git a/src/styles/index.scss b/src/styles/index.scss index 5d9cfa7..6d9754f 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -143,6 +143,8 @@ $minimal-z-index: max( } &.gitako-code-fold-active { + background-color: var(--gitako-neutral-muted); + .gitako-code-fold-handler { &::before { transform: rotate(-90deg); @@ -154,6 +156,12 @@ $minimal-z-index: max( var(--gitako-fg-subtle) ); } + + .blob-code::after { + color: var(--gitako-fg-muted); + content: '⋯'; + margin: 0.1em 0.2em 0px; + } } // hide folded sections, except for print