/*
 * Theme Dark
 */

.book {
    &.color-theme-3 {
        .book-body {
            section {
                a {
                    color: @theme-3-aqua-light;
                }
            }
        }
    }
}