about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/variables.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-06-19 08:18:08 +0200
committerGitHub <noreply@github.com>2022-06-19 08:18:08 +0200
commit0391b2a6033b56bd0ce213c35a21186fdcb607bc (patch)
tree4c17fee8819e806831cdd637fcfb6b66c0f3b71b /app/javascript/styles/mastodon/variables.scss
parent7b5100aaedc27fbc60cf4064313dcafe237bdf53 (diff)
Fix contrast of some elements with new brand colors (#18691)
Diffstat (limited to 'app/javascript/styles/mastodon/variables.scss')
-rw-r--r--app/javascript/styles/mastodon/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/variables.scss b/app/javascript/styles/mastodon/variables.scss
index 544f33ebf..be2c900ea 100644
--- a/app/javascript/styles/mastodon/variables.scss
+++ b/app/javascript/styles/mastodon/variables.scss
@@ -34,7 +34,7 @@ $primary-text-color: $white !default;
 $darker-text-color: $ui-primary-color !default;
 $dark-text-color: $ui-base-lighter-color !default;
 $secondary-text-color: $ui-secondary-color !default;
-$highlight-text-color: $ui-highlight-color !default;
+$highlight-text-color: lighten($ui-highlight-color, 8%) !default;
 $action-button-color: $ui-base-lighter-color !default;
 $passive-text-color: $gold-star !default;
 $active-passive-text-color: $success-green !default;