summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listing.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-05 00:39:22 -0500
committerDessalines <tyhou13@gmx.com>2020-03-05 00:39:22 -0500
commit6fe4cc3fd01872ba0f2cfad691f5d99127cb8b4c (patch)
treec1b60565d1c9d99293770f934cc0d602cb25349d /ui/src/components/post-listing.tsx
parent2a775cf96089ca9b42f7884954d391b4851cf4be (diff)
Change post-listing vote colors.
Diffstat (limited to 'ui/src/components/post-listing.tsx')
-rw-r--r--ui/src/components/post-listing.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx
index 0441bab8..bfa58a73 100644
--- a/ui/src/components/post-listing.tsx
+++ b/ui/src/components/post-listing.tsx
@@ -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>