From 69050e1ebe85b5328b7a93e2b595f68971662e46 Mon Sep 17 00:00:00 2001 From: EliWimmer <48037550+EliWimmer@users.noreply.github.com> Date: Sun, 15 Aug 2021 13:45:58 -0600 Subject: [PATCH] Update theme.css --- mods/core/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/core/css/theme.css b/mods/core/css/theme.css index 8bbf38b..00f8832 100644 --- a/mods/core/css/theme.css +++ b/mods/core/css/theme.css @@ -386,6 +386,7 @@ .notion-body:not(.dark) [style*='background: rgba(206, 205, 202, 0.5)'] { background: var(--theme--interactive_hover) !important; box-shadow: 0 0 0 0.5px var(--theme--interactive_hover-border) !important; + border-radius: var(--theme--interactive_hover-border-radius) !important; } /* normalise inline-table size */