// Copyright (c) 2016-2018 VMware, Inc. All Rights Reserved.
// This software is released under MIT license.
// The full license information can be found in LICENSE in the root directory of this project.

// Usage: ../utils/_reboot.scss
// Link colors
$clr-link-active-color: $action-purples-light-midtone !default;
$clr-link-color: $action-blues-dark-midtone !default;
$clr-link-hover-color: $action-blues-dark-midtone !default;
$clr-link-visited-color: #5659b9 !default;
$clr-custom-links-hover-color: $gray-light !default;
