.theme-dark {
    --text-accent: #00ff00;
    --text-accent-hover: #00ff00;
    --ax1: #00ff00;
}

.theme-light {
    --text-accent: #00b300;
    --text-accent-hover: #00b300;
    --ax1: #00b300;
}

div.site-footer > a {
    display: none;
}

.graph-view.color-fill {
    color: var(--ax1);
}