consolidate most of post edit/create

This commit is contained in:
Michael Freno
2025-12-20 23:18:05 -05:00
parent 8e7a93e762
commit 268841fb4d
6 changed files with 444 additions and 663 deletions

View File

@@ -628,6 +628,7 @@ a.hover-underline-animation:hover::after {
ul,
ol {
padding: 0 1rem;
margin-left: 2rem;
}
h1,
@@ -654,7 +655,7 @@ a.hover-underline-animation:hover::after {
hr {
border: none;
border-top: 2px solid rgba(#0d0d0d, 0.1);
border-top: 2px solid var(--color-text);
margin: 2rem 0;
}