/*copyright gorkmo 2025. i honestly don't know why you would want to use this particular file for yourself, but go ahead as long as you are prepared for the consequences.*/

:root {
    /*overrides for simple.css*/
    --bg: #000000;
    --accent-bg: #010101;
    --text: #d0d0d0;
    --text-light: #ffffff;
    --accent: #6969ff;
    --accent-hover: #ffffff;
    --accent-text: var(--bg);
    --code: #00ff00;
    --marked: #ffff00;

    /*overrides for readable.min.css*/
    --background-color: #000000;
    --color: #ffffff;
}

a {
    color: #6969ff;
}

body {
    font-family: 'Courier New', Courier, monospace;
}