/*guyshelp me on this css, i made this using chatgpt, i have a problem, i keep asking it to change the post field and style it like the report field but it fails*/
/* General font change for posts and replies */
div.post, div.post.reply {
font-family: 'Times New Roman', serif; /* Times New Roman font */
font-size: 14px; /* Adjust the font size if needed */
}
/* Input fields in the post form */
form#postform input[type="text"],
form#postform textarea {
Post too long. Click here to view the full text.