diff --git a/_includes/layouts/resources.njk b/_includes/layouts/resources.njk
index cdaa236d..e60aaa3b 100644
--- a/_includes/layouts/resources.njk
+++ b/_includes/layouts/resources.njk
@@ -10,14 +10,16 @@ layout: layouts/base.njk
{%for resource in resources%}
-
+
-
+
{{resource.title}}
-
+
{{resource.summary}}
+
+
diff --git a/resources.md b/resources.md
index b183bf06..b1c8bf08 100644
--- a/resources.md
+++ b/resources.md
@@ -3,7 +3,6 @@ layout: layouts/resources.njk
resources:
- url: https://www.buzzfeednews.com/article/adeonibada/generic-brands-george-floyd-protest-statement
title: Brands Have Been Speaking Out About Racism
- summary: here's a short summary for the article
- url: https://www.snewsnet.com/news/black-lives-matter-statements
title: Black Lives Matter Statements from the industry
diff --git a/style.css b/style.css
index 210ccfcf..ac6d5c92 100644
--- a/style.css
+++ b/style.css
@@ -10,7 +10,6 @@ body {
flex-direction: column;
margin: 0;
font: 400 15px/1.8 "Lato", sans-serif;
- color: #777;
}
main {