Make folded lines more recognizable

This commit is contained in:
Kid 2022-02-13 17:10:30 +08:00
parent 162fda29dd
commit c853c6c09e

View file

@ -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