diff --git a/site/src/routes/docs/index.svelte b/site/src/routes/docs/index.svelte index 496982664c..1ac4e74858 100644 --- a/site/src/routes/docs/index.svelte +++ b/site/src/routes/docs/index.svelte @@ -166,6 +166,7 @@ content: ''; bottom: 0; height: var(--top-offset); + background: linear-gradient(to bottom, rgba(103,103,120,0) 0%, rgba(103,103,120,0.7) 50%, rgba(103,103,120,1) 100%); } aside button {