// Copyright (c) 2016-2019 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: $clr-color-secondary-action-500 !default;
$clr-link-color: $clr-color-action-600 !default;
$clr-link-hover-color: $clr-color-action-600 !default;
$clr-link-visited-color: hsl(238, 41%, 53%) !default;
$clr-custom-links-hover-color: $clr-color-neutral-200 !default;
