Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add hover state to network faucet button
Rūdolfs Ošiņš committed 3 years ago
commit ce68b15ca1fc1f0743c282e06831a0536a190190
parent cfb1c5acd103772842bf6465359156476ce4e892
1 file changed +3 -0
modified src/Header.svelte
@@ -81,6 +81,9 @@
    align-items: center;
    border-radius: var(--border-radius-round);
  }
+
  .network:hover {
+
    background-color: var(--color-tertiary-3);
+
  }
  .network.unavailable {
    color: var(--color-foreground-5);
    background-color: var(--color-foreground-3);