From 4041e786b2ad2fd263f3e720510c5849574f1e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 6 Apr 2021 11:43:56 -0400 Subject: [PATCH] fix: #9465 --- install/data/categories.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/data/categories.json b/install/data/categories.json index 58ac6e8d40..4e29dc4fb7 100644 --- a/install/data/categories.json +++ b/install/data/categories.json @@ -4,7 +4,7 @@ "description": "Announcements regarding our community", "descriptionParsed": "

Announcements regarding our community

\n", "bgColor": "#fda34b", - "color": "#fff", + "color": "#ffffff", "icon" : "fa-bullhorn", "order": 1 }, @@ -13,7 +13,7 @@ "description": "A place to talk about whatever you want", "descriptionParsed": "

A place to talk about whatever you want

\n", "bgColor": "#59b3d0", - "color": "#fff", + "color": "#ffffff", "icon" : "fa-comments-o", "order": 2 }, @@ -22,7 +22,7 @@ "description": "Blog posts from individual members", "descriptionParsed": "

Blog posts from individual members

\n", "bgColor": "#86ba4b", - "color": "#fff", + "color": "#ffffff", "icon" : "fa-newspaper-o", "order": 4 }, @@ -31,7 +31,7 @@ "description": "Got a question? Ask away!", "descriptionParsed": "

Got a question? Ask away!

\n", "bgColor": "#e95c5a", - "color": "#fff", + "color": "#ffffff", "icon" : "fa-question", "order": 3 }