From 386d490f10a893eb8edee76bbb828d778b887757 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 29 Jan 2021 15:36:02 -0500 Subject: [PATCH] stylezz --- styles/notion.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/styles/notion.css b/styles/notion.css index e23a6bb..c824b8c 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -70,10 +70,19 @@ } .notion-collection-card-cover img { - /* border-radius: 0; */ border-radius: 16px; } +.notion-collection-card { + overflow: visible; +} + +.notion-collection-card-cover { + border-radius: 16px; + overflow: visible; + box-shadow: 2px 2px 8px 4px rgba(15, 15, 15, 0.1); +} + .notion-collection-card-cover { border-bottom: 0 none; transition: filter 150ms linear; @@ -173,3 +182,8 @@ justify-content: center; padding: 2em; } + +.notion-page-icon-wrapper img.notion-page-icon { + border-radius: 50%; + box-shadow: 0 8px 40px 0 rgb(0 0 0 / 21%); +}