about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/lists.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-05-05 17:58:46 +0200
committerThibaut Girka <thib@sitedethib.com>2018-05-05 22:33:02 +0200
commitb3a236637e124f2f2e6f70af099cbedb13895b15 (patch)
treef40ef23d97ac424be2e2521ed97b1bd2e303b4e0 /app/javascript/flavours/glitch/styles/components/lists.scss
parent390cfdef2e81f8d3a58c4a5e1d1656e8484f395d (diff)
[Glitch] Add color variables of texts for better accesibility
Port 74dae9458d118b066cd74b16aab2aa9cafbf3fba and related to glitch-soc
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;
     }
   }
 }