/* MX theme overrides for vich.php */
body {
  background: url(https://chan.mx/snow.gif) repeat, #112908;
  color: white;
}

.body { background: #284432; }
.post.reply .body { background: #284432 !important; }

div.post.reply {
  background: #284432;
  color: white;
  border-color: darkgreen;
}

a { color: white; }

span.subject { color: white !important; }

hr { display: none; }

.body {
  padding: 14px;
  display: flex;
}

.thread { border: 1px solid #1a4002 !important; }

/* Minimal boardlist styling (kept from inline) */
.boardlist { font-family: monospace; font-size: 13px; color: #ddd; }
.boardlist a { color: #ccc; text-decoration: none; }
.boardlist a:hover { text-decoration: underline; }
