Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update link colors
Alexis Sellier committed 5 years ago
commit b5ceeba543492ad200360873abfe646e9a5565d7
parent 112df8c12635ee3466048b11d24663aa74f93a49
2 files changed +8 -4
modified public/index.css
@@ -154,12 +154,13 @@ button.tiny {
}

a {
-
	color: var(--color-secondary);
+
	color: #d0d0d0;
	text-decoration: none;
+
	border-bottom: 1px solid #444;
}
a:hover {
-
	color: var(--color-secondary-faded);
-
	border-bottom-color: var(--color-secondary-faded);
+
	color: #e0e0e0;
+
	border-bottom-color: #e0e0e0;
}
a.primary {
	color: var(--color-primary);
modified src/base/orgs/Profile.svelte
@@ -55,6 +55,9 @@
    justify-content: center;
    align-items: left;
  }
+
  .info a {
+
    border: none;
+
  }
  .fields {
    display: grid;
    grid-template-columns: 1fr 8fr;
@@ -93,7 +96,7 @@
          </div>
        {/if}
        <div class="info">
-
          <span class="title bold">{label || address}</span>
+
          <span class="title bold">{registration ? label : address}</span>
          <div class="links">
            {#if registration}
              {#if registration.url}