/* Theme 3 - classic dark purple (legacy style3.css / style3.php, the default) */
:root {
    --body-bg: #333333;
    --body-img: url(/assets/img/bg3.png);
    --frame-bg: #000000;
    --border: #333333;
    --field: #13001c;
    --text: #999999;
    --link: #ffffff;
    --heading-text: #ffffff;
    --nav-bg: #222222;
    --header-img: url(/assets/img/header3.png);
    --footer-bg: #0c0012;
}
