From bbc7ec8a29ed886d08f7d1dffb3acb0a78644c0a Mon Sep 17 00:00:00 2001 From: Kat Zhou <61153904+katz95@users.noreply.github.com> Date: Sun, 4 Oct 2020 16:16:56 +0200 Subject: [PATCH] Plugin card color change (#2725) * microsite changes adding padding to bottom of graphic changing background of last section of Demos page * Update plugins.css --- microsite/static/css/plugins.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/static/css/plugins.css b/microsite/static/css/plugins.css index a753e16047..cf9b42c6d9 100644 --- a/microsite/static/css/plugins.css +++ b/microsite/static/css/plugins.css @@ -1,5 +1,5 @@ .PluginCard { - background-color: #272822; + background-color: #282828; height: 100%; padding: 16px; display: flex;