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 }