burtenshaw commited on
Commit
88b4c8a
·
1 Parent(s): ad317fa

remove nausey page fade

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +1 -1
src/routes/+page.svelte CHANGED
@@ -663,7 +663,7 @@
663
  padding: 1.5rem 2rem;
664
  display: flex;
665
  justify-content: center;
666
- background: linear-gradient(to top, var(--bg-color) 60%, transparent); /* Fade background */
667
  z-index: 10;
668
  }
669
 
 
663
  padding: 1.5rem 2rem;
664
  display: flex;
665
  justify-content: center;
666
+ /* background: linear-gradient(to top, var(--bg-color) 60%, transparent); */ /* Removed fade background */
667
  z-index: 10;
668
  }
669