about summary refs log tree commit diff
path: root/app/assets/stylesheets/components.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/components.scss')
-rw-r--r--app/assets/stylesheets/components.scss22
1 files changed, 15 insertions, 7 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index ca0ec0cec..13df099b1 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -28,15 +28,15 @@
   }
 
   &.button-secondary {
-    background-color: $color1;
+    //
+  }
+}
 
-    &:hover {
-      background-color: $color1;
-    }
+.column-icon {
+  color: $color3;
 
-    &:disabled {
-      background-color: $color3;
-    }
+  &:hover {
+    color: lighten($color3, 7%);
   }
 }
 
@@ -125,6 +125,10 @@
 
     &:hover {
       text-decoration: underline;
+
+      .fa {
+        color: lighten($color1, 40%);
+      }
     }
 
     &.mention {
@@ -136,6 +140,10 @@
         }
       }
     }
+
+    .fa {
+      color: lighten($color1, 30%);
+    }
   }
 
   .status__content__spoiler-link {