Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix gradient banding issues
Alexis Sellier committed 3 years ago
commit 06d085bb1f691462bc782b4fb1c6bb7f0dfebb20
parent cfd612b09d5ce63a18eadaf62998e73803134891
1 file changed +3 -2
modified src/App.svelte
@@ -50,10 +50,11 @@
    flex-direction: column;
    background: linear-gradient(
      180deg,
-
      var(--color-secondary-background) 0%,
-
      transparent 30%,
+
      #181a38 0%,
      transparent 100%
    );
+
    background-repeat: no-repeat;
+
    background-size: 100% 6rem;
  }
  .wrapper {
    display: flex;