about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/lists.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/lists.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/lists.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/lists.scss b/app/javascript/flavours/glitch/styles/components/lists.scss
index 85f416ceb..24efe60df 100644
--- a/app/javascript/flavours/glitch/styles/components/lists.scss
+++ b/app/javascript/flavours/glitch/styles/components/lists.scss
@@ -8,7 +8,7 @@
 
   &__icon {
     flex: 0 0 auto;
-    color: $ui-base-lighter-color;
+    color: $dark-text-color;
     padding: 8px 18px;
     cursor: default;
     border-right: 1px solid lighten($ui-base-color, 8%);
@@ -38,7 +38,7 @@
 
     a {
       text-decoration: none;
-      color: $ui-base-lighter-color;
+      color: $dark-text-color;
       font-weight: 500;
 
       &:hover {
@@ -57,7 +57,7 @@
     }
 
     .fa {
-      color: $ui-base-lighter-color;
+      color: $dark-text-color;
     }
   }
 }