mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
Make folded lines more recognizable
This commit is contained in:
parent
162fda29dd
commit
c853c6c09e
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue