@phila/phila-ui-core 2.3.3-beta.0 → 2.3.3-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
/* Resets inherited link color tokens back to their defaults.
|
|
2
|
+
Apply to any container that has a standard surface background but sits inside
|
|
3
|
+
a colored ancestor (e.g. has-background-primary) that overrides link colors. */
|
|
4
|
+
.resets-link-colors {
|
|
5
|
+
--Base-font-variables-Color-Link-link-default: initial;
|
|
6
|
+
--Extended-Colors-link-default: initial;
|
|
7
|
+
--Extended-Colors-link-hover: initial;
|
|
8
|
+
--Extended-Colors-link-visited: initial;
|
|
9
|
+
}
|
|
10
|
+
|
|
1
11
|
.has-background-ben-franklin-blue {
|
|
2
12
|
background-color: var(--dark-ben-franklin-blue);
|
|
3
13
|
}
|