From 0ff473672950c8d59b8344b521970c1a400dfb7c Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Sat, 1 Feb 2020 18:17:07 -0500 Subject: [PATCH] docs: Add a border-radius to the hero video Applying a border radius to the video hides the white corners that show when the site is in dark mode. --- docs/.vuepress/styles/index.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 53629337..9abb758d 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -9,6 +9,7 @@ .demo-video width: 100% margin: 50px 0 + border-radius: 6px #main-title display: none