feat: code folding + diagram folding

This commit is contained in:
NGPixel
2020-07-12 14:32:53 -04:00
parent d209a4158f
commit 5f99b30024
3 changed files with 81 additions and 1 deletions

View File

@@ -77,3 +77,13 @@
text-decoration: underline;
color: white !important;
}
.cm-s-wikijs-dark .CodeMirror-foldmarker {
margin-left: 10px;
display: inline-block;
background-color: rgba(mc('amber', '800'), .3);
padding: 8px 5px;
color: mc('amber', '500');
border-radius: 5px;
text-shadow: none;
}