diff --git a/client/styles/abstracts/_placeholders.scss b/client/styles/abstracts/_placeholders.scss index 021d3a3f..c1738132 100644 --- a/client/styles/abstracts/_placeholders.scss +++ b/client/styles/abstracts/_placeholders.scss @@ -82,7 +82,7 @@ } %fake-link { - color: $light-secondary-text-color; + color: $light-inactive-text-color; cursor: pointer; &:hover { color: $light-primary-text-color; diff --git a/client/styles/base/_base.scss b/client/styles/base/_base.scss index f11b8d96..9e929959 100644 --- a/client/styles/base/_base.scss +++ b/client/styles/base/_base.scss @@ -18,7 +18,7 @@ body, input, button { a { text-decoration: none; - color: $light-secondary-text-color; + color: $light-inactive-text-color; &:hover { text-decoration: none; color: $light-primary-text-color; diff --git a/client/styles/components/_toolbar.scss b/client/styles/components/_toolbar.scss index 30cabff6..1bad6fd1 100644 --- a/client/styles/components/_toolbar.scss +++ b/client/styles/components/_toolbar.scss @@ -45,12 +45,12 @@ } .toolbar__project-name { - color: $light-secondary-text-color; + color: $light-inactive-text-color; cursor: pointer; &:hover { color: $light-primary-text-color; } &:focus { - color: $light-secondary-text-color; + color: $light-inactive-text-color; } }