@hashicorp/mds-tokens 0.9.5 → 0.9.6
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.
- package/package.json +1 -1
- package/style.css +1 -1
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -284,7 +284,7 @@ hr {
|
|
|
284
284
|
--mds-color-foreground-action: var(--mds-color-palette-blue-200);
|
|
285
285
|
--mds-color-foreground-action-hover: var(--mds-color-palette-blue-300);
|
|
286
286
|
--mds-color-foreground-action-active: var(--mds-color-palette-blue-400);
|
|
287
|
-
--mds-color-foreground-action-visited: var(--mds-color-palette-purple-
|
|
287
|
+
--mds-color-foreground-action-visited: var(--mds-color-palette-purple-200); /* This extra color is unique for the DevDot platform (the 'visited' state of a link is not differentiated in the products applications). */
|
|
288
288
|
--mds-color-foreground-action-visited-hover: var(--mds-color-palette-purple-400); /* This extra color is unique for the DevDot platform (the 'visited+hover' state of a link is not differentiated in the products applications). */
|
|
289
289
|
|
|
290
290
|
--mds-color-foreground-highlight: var(--mds-color-palette-purple-200);
|