Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Don't be so negative about no READMEs
Alexis Sellier committed 4 years ago
commit 26e25895ceba68a2b4f067a70f91c12086bbeda7
parent e8905013ef531d7a94976b0933eaa860abdf9cb4
1 file changed +6 -1
modified src/base/projects/Browser.svelte
@@ -100,6 +100,11 @@
    width: 100%;
  }

+
  .error-grey {
+
    color: var(--color-foreground-faded) !important;
+
    background-color: var(--color-foreground-background);
+
  }
+

  .source-tree {
    overflow-x: hidden;
  }
@@ -176,7 +181,7 @@
            <Blob line={browser.line} {blob} />
          {/if}
        {:catch}
-
          <div class="error error-message file-not-found">
+
          <div class="error error-grey error-message file-not-found">
            <header>
              <div class="icon">🍂</div>
              {#if path != "/"}