Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix link in registration page
Alexis Sellier committed 4 years ago
commit e9775ee71563d41ba78e0ce6d1565226184f8195
parent 77b283c5d063e291b786d419c6e206004b808b03
3 files changed +5 -7
modified public/index.css
@@ -264,7 +264,7 @@ input.wide {
	overflow-x: hidden;
	padding: 1rem;
}
-
.highlight {
+
.highlight, .secondary, .label {
	color: var(--color-secondary);
}
.subtle {
@@ -274,9 +274,6 @@ input.wide {
.faded {
	color: var(--color-foreground-faded);
}
-
.label {
-
	color: var(--color-secondary);
-
}
.bold {
	font-weight: bold !important;
}
modified src/Link.svelte
@@ -6,9 +6,9 @@

  function getProps(/* props: any */) {
    if (primary) {
-
      return { "class": "primary" };
+
      return { "class": "primary link" };
    }
-
    return {};
+
    return { "class": "link" };
  }
</script>

modified src/base/registrations/View.svelte
@@ -106,7 +106,8 @@
  </Error>
{:else if state.status === Status.NotFound}
  <Modal subtle>
-
    <span slot="title">
+
    <span slot="title" class="secondary">
+
      <div>🍄</div>
      {subdomain}.{config.registrar.domain}
    </span>