Add enrichment function for post bodies

This commit is contained in:
Dominic Ferrando
2025-04-18 17:00:39 -04:00
parent edd16bcd94
commit f881d7df0a
4 changed files with 36 additions and 5 deletions
+6 -2
View File
@@ -55,6 +55,7 @@ body {
#catalog {
display: flex;
margin: 2rem;
flex-wrap: wrap;
}
.catalog-preview {
@@ -62,8 +63,7 @@ body {
text-align: center;
padding: 10px;
border: 2px solid rgba(111, 111, 111, 0.34);
min-width: 140px;
max-width: 200px;
width: 200px;
max-height: 192px;
}
@@ -187,6 +187,10 @@ body {
margin-bottom: 10px;
}
.greentext {
color: #789922
}
/* GENERAL LAYOUT */
.container {