>>287423 #
my bad, here's the live post box part
/* --- High-Contrast Crimson Live-Posting Accent --- */
/* 1. Main outer box container */
article.editing.reply-form {
background-color: #5c1d1d !important;
border: 1px solid #9e3434 !important;
color: #ffffff !important;
}
/* 2. Top header strip containing "Anonymous" */
article.editing.reply-form > header.spaced.temporary {
background-color: #5c1d1d !important;
color: #ffffff !important;
border: none !important;
}
/* 3. The inner layout wrapper causing the dark mismatch in image 1 */
article.editing.reply-form > .post-container {
background-color: #5c1d1d !important;
color: #ffffff !important;
}
/* 4. Bottom action buttons panel discovered in image 2 */
article.editing.reply-form > #post-controls {
background-color: #5c1d1d !important;
border-top: 1px solid #7a2828 !important;
}
/* 5. The active text typing field (bright contrast) */
article.editing.reply-form textarea#text-input {
background-color: #2b0b0b !important;
border: 1px solid #9e3434 !important;
color: #ffffff !important;
}
/* 6. Text element tweaks inside the live box so they stay readable */
article.editing.reply-form .name,
article.editing.reply-form time {
color: #ffb3b3 !important;