2023-03-01 16:00:34 +01:00
|
|
|
// 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/.
|
|
|
|
//
|
|
|
|
// Copyright (c) KALEIDOS INC
|
|
|
|
|
2023-11-30 16:43:49 +01:00
|
|
|
@use "sass:meta";
|
|
|
|
|
2023-03-01 16:00:34 +01:00
|
|
|
:root {
|
2024-01-25 10:27:25 +01:00
|
|
|
--color-background-disabled: var(--df-secondary);
|
|
|
|
--color-foreground-disabled: var(--df-secondary-40);
|
2024-07-23 13:07:01 +02:00
|
|
|
--color-accent-tertiary-muted: var(--da-tertiary-10); // selection rect
|
2024-02-14 17:03:15 +01:00
|
|
|
|
2024-02-15 17:48:05 +01:00
|
|
|
--overlay-color: var(--db-primary-60);
|
2023-03-01 16:00:34 +01:00
|
|
|
}
|