Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/toolkit/themes/shared/design-system/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quelle  tokens-brand.css   Sprache: unbekannt

 
Spracherkennung für: .css vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

/* 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
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* DO NOT EDIT this file directly, instead modify design-tokens.json
 * and run `npm run build` to see your changes. */

@import url("chrome://global/skin/design-system/tokens-shared.css");

@layer tokens-foundation {
  :root,
  :host(.anonymous-content-host) {
    /** Attention Dot **/
    --attention-dot-color: light-dark(#2ac3a2, #54ffbd);

    /** Background Color **/
    --background-color-canvas: light-dark(var(--color-white), var(--color-gray-90));

    /** Border **/
    --border-color-deemphasized: light-dark(var(--color-gray-30), var(--color-gray-70));
    --border-color-interactive: light-dark(var(--color-gray-60), var(--color-gray-50));

    /** Button **/
    --button-background-color: color-mix(in srgb, currentColor 7%, transparent); /* TODO Bug 1821203 - Gray use needs to be consolidated */
    --button-background-color-hover: color-mix(in srgb, currentColor 14%, transparent);
    --button-background-color-active: color-mix(in srgb, currentColor 21%, transparent);
    --button-text-color: light-dark(var(--color-gray-100), var(--color-gray-05));
    --button-text-color-primary: light-dark(var(--color-gray-05), var(--color-gray-100));

    /** Color **/
    --color-accent-primary: light-dark(var(--color-blue-50), var(--color-cyan-50));
    --color-accent-primary-hover: light-dark(var(--color-blue-60), var(--color-cyan-30));
    --color-accent-primary-active: light-dark(var(--color-blue-70), var(--color-cyan-20));

    /** Font Size **/
    --font-size-root: 15px;
    --font-size-small: 0.867rem;
    --font-size-large: 1.133rem;
    --font-size-xlarge: 1.467rem;
    --font-size-xxlarge: 1.6rem;

    /** Link **/
    --link-color: var(--color-accent-primary);
    --link-color-hover: var(--color-accent-primary-hover);
    --link-color-active: var(--color-accent-primary-active);
    --link-color-visited: var(--link-color);

    /** Page **/
    --page-main-content-width: 664px;

    /** Table Row **/
    --table-row-background-color-alternate: light-dark(#f0f0f4, var(--color-gray-80)); /* TODO Bug 1821203 - Gray use needs to be consolidated */

    /** Text **/
    --text-color: light-dark(var(--color-gray-100), var(--color-gray-05));
  }
}

[ Dauer der Verarbeitung: 0.34 Sekunden  ]