diff --git a/adev/shared-docs/styles/_colors.scss b/adev/shared-docs/styles/_colors.scss index 029cfe48ec4..bfab26459bc 100644 --- a/adev/shared-docs/styles/_colors.scss +++ b/adev/shared-docs/styles/_colors.scss @@ -131,7 +131,7 @@ $gray-50: oklch(98.81% 0 0); // #fbfbfb --light-pink-to-light-purple-horizontal-gradient: linear-gradient( 90deg, var(--light-pink) 0%, - var(--light-purple) 100% + var(--light-violet) 100% ); --light-vivid-pink-to-light-electric-violet-horizontal-gradient: linear-gradient( diff --git a/adev/shared-docs/styles/_kbd.scss b/adev/shared-docs/styles/_kbd.scss index 15eee5114d8..c01446de7a1 100644 --- a/adev/shared-docs/styles/_kbd.scss +++ b/adev/shared-docs/styles/_kbd.scss @@ -2,7 +2,7 @@ // We only target non-nested kbd elements kbd:not(:has(kbd)) { position: relative; - color: var(---tertiary-contrast); + color: var(--tertiary-contrast); border: 1px solid var(--quinary-contrast); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2),