dropping markdown support (for now), fixed code block css in html

This commit is contained in:
ari melody 2024-06-21 05:09:08 +01:00
parent c6f3cd0d96
commit 02c70dd358
Signed by: ari
GPG key ID: CF99829C92678188
4 changed files with 10 additions and 7 deletions

View file

@ -29,10 +29,6 @@
transition: opacity .1s;
}
.post-container:hover .post-context {
opacity: 1;
}
.post-context-icon {
margin-right: 4px;
}