]> Untitled Git - lemmy.git/commitdiff
Change post-listing vote colors.
authorDessalines <tyhou13@gmx.com>
Thu, 5 Mar 2020 05:39:22 +0000 (00:39 -0500)
committerDessalines <tyhou13@gmx.com>
Thu, 5 Mar 2020 05:39:22 +0000 (00:39 -0500)
ui/src/components/post-listing.tsx

index 0441bab840f3513664c4932c57cdaf4c67752f1f..bfa58a739d0c3d9c1b2458e41081df7bc685c7c3 100644 (file)
@@ -469,7 +469,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
                   </span>
                 </li>
                 <li className="list-inline-item">
-                  <span className="text-info">
+                  <span className="text-muted">
                     <svg class="small icon icon-inline mr-1">
                       <use xlinkHref="#icon-arrow-up"></use>
                     </svg>
@@ -477,7 +477,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
                   </span>
                 </li>
                 <li className="list-inline-item">
-                  <span className="text-danger">
+                  <span className="text-muted">
                     <svg class="small icon icon-inline mr-1">
                       <use xlinkHref="#icon-arrow-down"></use>
                     </svg>