/* tweaks.css instead of custom, to not get overwritten my microblog */
:root {
      --color-text: #333;           

      --color-background: #fafafa;      

      --color-link: #502a76;           
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-text: #fafafa;

        --color-background: #212121;     

        --color-link: #988ade;           
    }
}

header.site-header {
    /* a bit with every border in this color.. */
    border-bottom-color: #502a76; 
}
