feat(posts): remove folds

This commit is contained in:
Barrett Ruth 2024-11-29 19:38:44 -06:00
parent 0e6cc1de7a
commit ed0c3b7ab2
8 changed files with 49 additions and 111 deletions

View file

@ -77,7 +77,6 @@ li {
.post-article h2 {
font-weight: normal;
font-style: italic;
}
.post-article h3 {
@ -98,14 +97,3 @@ li {
/* override prism.js styles */
font-size: 0.85em !important;
}
.fold {
position: relative;
}
.fold-toggle {
font-family: monospace;
position: absolute;
cursor: pointer;
left: -25px;
}