
a {
    color: #8bba24;
}

a:hover {
    color: #7daf0e;
    text-decoration: underline;
}


html.dark-mode .btn-primary
{
    background-color: #7daf0e !important;
    color: #e2e8e9 !important;
}

html.dark-mode .btn-primary:hover
{
    background-color: #8bba24 !important;
}


