Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make selected radio button text blue
Rūdolfs Ošiņš committed 2 years ago
commit 81482b77c94a9d8ac9890602c10c67300aeafa09
parent 4c569a1e3d5120d2b8cfe0e1baa772c1c497767f
1 file changed +1 -1
modified src/components/Button.svelte
@@ -117,7 +117,7 @@
  }
  .selected {
    background-color: var(--color-fill-float-hover);
-
    color: var(--color-foreground-contrast);
+
    color: var(--color-foreground-emphasized);
    cursor: default;
  }
  .selected[disabled] {