diff --git a/app/javascript/styles/mastodon/widgets.scss b/app/javascript/styles/mastodon/widgets.scss index 266a9ca9307..f3ddf341d27 100644 --- a/app/javascript/styles/mastodon/widgets.scss +++ b/app/javascript/styles/mastodon/widgets.scss @@ -47,10 +47,6 @@ overflow: hidden; text-overflow: ellipsis; - .fa { - color: $darker-text-color; - } - small { display: block; font-weight: 400; @@ -62,7 +58,6 @@ &.active h4 { &, - .fa, small, .trends__item__current { color: $primary-text-color; diff --git a/app/javascript/styles_new/mastodon/widgets.scss b/app/javascript/styles_new/mastodon/widgets.scss index c35f58eda3f..69c79cd1e6f 100644 --- a/app/javascript/styles_new/mastodon/widgets.scss +++ b/app/javascript/styles_new/mastodon/widgets.scss @@ -46,10 +46,6 @@ overflow: hidden; text-overflow: ellipsis; - .fa { - color: var(--color-text-secondary); - } - small { display: block; font-weight: 400; @@ -61,7 +57,6 @@ &.active h4 { &, - .fa, small, .trends__item__current { color: var(--color-text-primary);