ref cleanup

This commit is contained in:
Michael Freno
2025-12-26 11:58:21 -05:00
parent 096fd2b07a
commit 426dce12d8
5 changed files with 316 additions and 146 deletions

View File

@@ -727,3 +727,8 @@ button:active,
[role="button"]:active {
opacity: 0.8;
}
/* Hide reference section marker in published posts (only show in editor) */
#post-content-body span#references-section-start {
display: none !important;
}