/*
 * The Conversatron — the `valnight` theme.
 *
 * The Loversatron after dark: `val` inverted onto deep maroon, `themes/valnight.ini`.
 * Theme by Nyx. It keeps the red title strip and pink asker name of its daytime twin, so
 * the two read as one holiday rather than two themes.
 */

[data-theme="valnight"] {
    --body-bg: #5b2824;
    --body-bg-image: url("/img/newvalbgn.gif");
    --body-text: #ffffff;
    --link: #bbddff;
    --link-active: #ffffff;
    --link-visited: #aa77ee;

    /* The red frame is shared with `val`; the banding goes to near-black reds. */
    --home-table-color: #ff6666;
    --home-odd-color: #330000;
    --home-even-color: #440000;

    --entry-title-bg: #ff0000;
    --entry-name-askee: #ffffff;
    --entry-name-asker: #ffcccc;

    /* The one theme whose neutral panel is pure black. */
    --entry-neutral: #000000;
    --entry-happy: #003500;
    --entry-angry: #450000;
    --entry-sad: #000040;

    --entry-ghost-bg: #cccccc;
    --entry-ghost-text: #333333;
    /* Pale blue on light grey is unreadable; the ghost panel needs a dark link. */
    --entry-ghost-link: #000080;

    --doc-banner-bg: #000000;
    --doc-banner-text: #ffffff;

    /* `<font face="Trebuchet MS" size=4>` on the worded prev/next arrows. */
    --nav-label-font: "Trebuchet MS", Helvetica, Arial, sans-serif;
    --nav-label-size: 1.25rem;
}
