about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index f015d898e..da9fb6ad2 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -241,7 +241,6 @@
 
 .text-icon,
 .text-icon-button {
-  color: $lighter-text-color;
   font-weight: 600;
   font-size: 11px;
   line-height: 27px;
@@ -249,6 +248,7 @@
 }
 
 .text-icon-button {
+  color: $lighter-text-color;
   border: 0;
   border-radius: 4px;
   background: transparent;