Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Change commit ids to `color-foreground-dim`
Sebastian Martinez committed 2 years ago
commit 8f126d3903e3127ae93ccd36d98d3b12db379440
parent 7a3a525542d21ee64a54a90374afdcbcd4c52065
2 files changed +2 -6
modified public/index.css
@@ -76,7 +76,7 @@ pre {
}

.global-commit {
-
  color: var(--color-foreground);
+
  color: var(--color-foreground-dim);
  font-size: var(--font-size-small);
  font-family: var(--font-family-monospace);
  font-weight: var(--font-weight-semibold);
modified src/views/projects/Cob/CobCommitTeaser.svelte
@@ -40,10 +40,6 @@
    gap: 1rem;
    margin-left: auto;
  }
-
  .commit {
-
    color: var(--color-foreground);
-
    font-weight: var(--font-weight-semibold);
-
  }
  .summary:hover {
    text-decoration: underline;
  }
@@ -85,7 +81,7 @@
    <div style:display="flex" style:gap="1rem" style:height="1.5rem">
      <div style:margin-bottom="1rem">
        <CommitAuthorship header={commit}>
-
          <span class="commit txt-monospace">
+
          <span class="global-commit">
            {formatCommit(commit.id)}
          </span>
        </CommitAuthorship>