/**
 * Copyright 2021 Hayden Young. All rights reserved.
 * Use of this source code is governed by a BSD-style
 * license that can be found in the LICENSE file.
 */

:root {
    --md-accent-fg-color:        #10B981;
    --md-accent-fg-color--light: #34D399;
    --md-accent-fg-color--dark:  #059669;
}
.md-typeset a {
    color: var(--md-accent-fg-color--dark);
}
/* .md-typeset a:hover {
    color: var(--md-accent-fg-color);
} */
