This commit is contained in:
2026-07-11 23:56:01 +02:00
parent 30be0c87a8
commit c9e5269708
+33
View File
@@ -62,3 +62,36 @@ a:hover { color:#991b1b; text-decoration:underline; }
.read-more-text {display: inline-block; font-weight: bold; margin-top: 0.5rem; }
.read-more-text:hover { text-decoration: underline; }
.blog-collapse[open] .read-more-text { margin-bottom: 1rem; }
/* Collapsible blog post styles */
.blog-collapsible {
margin-top: 0.5rem;
}
.blog-preview {
white-space: pre-line;
margin-bottom: 0.5rem;
}
.blog-full {
white-space: pre-line;
margin-top: 0.5rem;
}
.blog-toggle {
background: none;
border: none;
color: #dc2626;
font-weight: bold;
cursor: pointer;
padding: 0.25rem 0;
font-size: 0.95rem;
}
.blog-toggle:hover {
text-decoration: underline;
}
.show-less {
display: none; /* hidden by default, shown when expanded */
}