From de233fd430a7aa98244e96575c019726120d1c7d Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 2 Nov 2020 22:05:57 +0100 Subject: [PATCH] Nifty shadow behind pkgcards :) --- app/assets/stylesheets/my_styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/my_styles.scss b/app/assets/stylesheets/my_styles.scss index 42f4379..481d083 100644 --- a/app/assets/stylesheets/my_styles.scss +++ b/app/assets/stylesheets/my_styles.scss @@ -568,5 +568,6 @@ a.black display: table; background: #ffffff; border: 1px solid #e0e0e0; + box-shadow: 0px 0px 5px 2px rgba(189,189,189,0.5); padding: 5px; -} \ No newline at end of file +}