diff --git a/src/components/customerCases/customerCase/sections/results/resultsBlock.module.css b/src/components/customerCases/customerCase/sections/results/resultsBlock.module.css index 5ffe9f79d..f450815f1 100644 --- a/src/components/customerCases/customerCase/sections/results/resultsBlock.module.css +++ b/src/components/customerCases/customerCase/sections/results/resultsBlock.module.css @@ -22,7 +22,7 @@ } .subtitle { - color: var(--primary-grey); + color: var(--text-tertiary); font-size: 1rem; font-weight: 400; line-height: 1.5rem; @@ -30,7 +30,7 @@ .highlightOutside { background-color: var(--primary-yellow-warning); - color: var(--secondary-text-black-darker); + color: var(--text-primary); display: inline-block; padding: 0.25rem 1.25rem; z-index: 2; diff --git a/src/styles/global.css b/src/styles/global.css index a01df78db..af1df6e96 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -12,16 +12,13 @@ html { --primary-dark: #e61a6b; --primary-darker: #8b0f40; --primary-light: #f5a4c4; - --primary-bg: #f2f2f2; + --primary-bg: #fafafa; --primary-bg-dark: #d9d9d9; --primary-bg-blue: #0014cd; --primary-white-bright: #ffffff; --primary-white: #faf8f5; --primary-black: #2d2d2d; --primary-black-darker: #000000; - --primary-grey: #5e5e5e; - - --secondary-text-black-darker: #222424; --secondary-off-white1: #f4efe8; --secondary-off-white2: #ece1d3; @@ -31,8 +28,6 @@ html { --focus-color: #8b0f40; - --blue-dark: #0014cd; - /* TODO: upgrade color-scheme with correct colors */ --secondary-red: #f0503f; --text-primary: #222424;