diff --git a/src/shared/components/tags/primary/data-science.scss b/src/shared/components/tags/primary/data-science.scss index 9cefbf0..1960f6d 100644 --- a/src/shared/components/tags/primary/data-science.scss +++ b/src/shared/components/tags/primary/data-science.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-white; - background-color: $tc-orange; + background-color: $tc-orange-110; } &:visited { diff --git a/src/shared/components/tags/primary/design.scss b/src/shared/components/tags/primary/design.scss index 633192c..df96c37 100644 --- a/src/shared/components/tags/primary/design.scss +++ b/src/shared/components/tags/primary/design.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-white; - background-color: $tc-light-blue; + background-color: $tc-light-blue-110; } &:visited { diff --git a/src/shared/components/tags/primary/development.scss b/src/shared/components/tags/primary/development.scss index eb020f7..60e57c5 100644 --- a/src/shared/components/tags/primary/development.scss +++ b/src/shared/components/tags/primary/development.scss @@ -12,7 +12,7 @@ &:focus, &:hover { color: $tc-white; - background-color: $tc-green; + background-color: $tc-green-110; } &:visited {