:root {
    --color-0: #ffffff;
    --color-1: #2b2b2b; /* #232323 */
}

/* USES article.nkj */

.article-content {
    font-family: monospace;
}

.article-content a,
.article-content a:visited {
    text-decoration: underline;
}

.article-content a:hover {
    text-decoration: none;
}

ul {
    list-style-type: "- ";
}

/*
Source - https://stackoverflow.com/a
Posted by Mark Schultheiss, modified by community. See post 'Timeline' for change history
Retrieved 2026-01-19, License - CC BY-SA 4.0
*/

h3 {
    display: list-item;
}

h3::marker {
    content: "# ";
}
