update themes, limit post content length, fix undefined

This commit is contained in:
plebeius.eth
2024-03-28 17:21:27 +01:00
parent 2add4fe2bd
commit 4abd08df7b
7 changed files with 117 additions and 20 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
.markdown a {
color: var(--post-link-text-color);
text-decoration: none;
text-decoration: var(--post-content-link-text-decoration);
}
.markdown a:hover {
color: var(--post-link-text-color-hover);
text-decoration: none;
text-decoration: var(--post-content-link-text-decoration-hover);
}
.markdown ol {