oops fixed

This commit is contained in:
2026-07-11 23:01:25 +02:00
parent 265538a974
commit 37200da79e
2 changed files with 132 additions and 0 deletions
+6
View File
@@ -56,3 +56,9 @@ a:hover { color:#991b1b; text-decoration:underline; }
.modal-prev { left:20px; top:50%; transform:translateY(-50%); }
.modal-next { right:20px; top:50%; transform:translateY(-50%); }
.blog-collapse summary { cursor: pointer; list-style: none; }
.blog-collapse summary::-webkit-details-marker { display: none; }
.blog-preview { white-space: pre-line; margin-bottom: 0.5rem;}
.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; }