Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Use the same color for link underline as the link text
Rūdolfs Ošiņš committed 2 years ago
commit 9be4c4458fa37fcea041b33d8b034aa8d936d0a3
parent 4669c5f18e9b78bc4f0b1c56704f2d6e24c9cd3c
1 file changed +1 -1
modified src/components/Markdown.svelte
@@ -328,7 +328,7 @@
  }
  .markdown :global(a) {
    text-decoration: none;
-
    border-bottom: 1px solid var(--color-foreground-contrast);
+
    border-bottom: 1px solid currentColor;
  }
  .markdown :global(a.no-underline) {
    border-bottom: none;