Spaces:
Runtime error
Runtime error
File size: 684 Bytes
db5855f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
/**
* Copyright (C) 2023 Intel Corporation
* SPDX-License-Identifier: MIT
*/
/* Do not edit this file manually! This file is generated automatically from the @spark-design/tokens package.*/
@media screen and (forced-colors: active) {
.spark-badge {
--spark-badge-color: HighlightText;
--spark-badge-info-background-color: Highlight;
--spark-badge-alert-background-color: Highlight;
--spark-badge-success-background-color: Highlight;
--spark-badge-unknown-background-color: Highlight;
--spark-badge-warning-background-color: Highlight;
}
.spark-badge-text {
forced-color-adjust: none;
}
}
|