/**
 * @file     dark.css - CSS to make basic DCP styles work with a dark (black) background
 * @author   Wes Garland, wes@distributive.network
 * @date     Mar 2026
 */
BODY, TEXTAREA, INPUT
{
  background-color: black;
  color: #eee;
}
