Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/* DO NOT EDIT this file directly, instead modify moz-breadcrumb.tokens.json
* and run `mach buildtokens` to see your changes. */
@layer tokens-foundation, tokens-foundation-nova, tokens-prefers-contrast, tokens-prefers-contrast-nova, tokens-forced-colors, tokens-forced-colors-nova, tokens-browser-theme, tokens-browser-theme-nova;
@layer tokens-foundation {
:root,
:host {
--breadcrumb-gap: var(--space-small);
--breadcrumb-icon-size: var(--icon-size-xsmall);
--breadcrumb-link-color: var(--link-color);
--breadcrumb-link-color-hover: var(--link-color-hover);
--breadcrumb-link-color-active: var(--link-color-active);
--breadcrumb-link-color-visited: var(--link-color-visited);
}
}