add markdown with greentext

This commit is contained in:
plebeius.eth
2024-03-26 15:07:28 +01:00
parent 5620a68337
commit 736e404575
6 changed files with 865 additions and 815 deletions
+5 -1
View File
@@ -7,11 +7,15 @@ body {
background-color: white;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, iframe {
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, th, td, iframe {
margin: 0;
padding: 0;
}
.greentext {
color: var(--post-greentext-color);
}
@media (max-width: 640px) {
.button {
text-transform: capitalize;