/*
 * Copyright (c) 2016-2025 Broadcom. All Rights Reserved.
 * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
 * This software is released under MIT license.
 * The full license information can be found in LICENSE in the root directory of this project.
 */
@use '../../utils/mixins';
@use '@cds/core/tokens/tokens.scss';

@include mixins.exports('nav.properties') {
  @include mixins.root-or-host() {
    &,
    & [cds-theme] {
      // Usage: ../utils/_reboot.scss
      // Usage: ./_links.scss
      // Link colors

      // @TODO update to SASS token once core is updated.
      --clr-link-active-color: var(--cds-alias-typography-link-color-active);
      --clr-link-color: #{tokens.$cds-alias-typography-link-color};
      --clr-link-hover-color: #{tokens.$cds-alias-typography-link-color-hover};
      --clr-link-visited-color: #{tokens.$cds-alias-typography-link-color-visited};
      --clr-link-visited-color-hover: #{tokens.$cds-alias-typography-link-color-visited-hover};
    }
  }
}
