:root {
  --background: #000000;   /* pure black */
  --foreground: #33FF33;   /* main text */
  --accent:     #39FF14;   /* links, highlights */
  --comment:    #00CC55;   /* muted green */
  --cursor:     #39FF14;   /* block cursor */
  --selection:  #003311;   /* subtle green highlight */
}

/* Hide the forced read-more button on list pages */
.post.on-list .read-more.button.inline { display: none !important; }

