Skip to content

Commit

Permalink
- Style fix for main docs bg
Browse files Browse the repository at this point in the history
  • Loading branch information
elad2412 committed Apr 10, 2024
1 parent c28069e commit 60af33a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -486,12 +486,12 @@
.bg-overlay {
position: absolute;
background: linear-gradient(to right, #ffffff00 0%, #ffffff00 10%, #ffffff);
background: linear-gradient(to right, #ffffff00 0%, #ffffff00 400px, #ffffff);
top: 0;
right: 10rem;
translate: 100%;
width: 25rem;
width: 100rem;
height: 100%;
content: '';
z-index: 9999;
Expand All @@ -505,6 +505,6 @@
}
:global(.theme-dark) .bg-overlay {
background: linear-gradient(to right, #19191c00 0%, #19191c00 10%, #19191c);
background: linear-gradient(to right, #19191c00 0%, #19191c 400px, #19191c);
}
</style>

0 comments on commit 60af33a

Please sign in to comment.