Radish alpha
r
Radicle website including documentation and guides
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix line-height on 'code' tags
Alexis Sellier committed 2 years ago
commit 4b289ff0d4104609e5fa2de0fc2086d3bffef0d5
parent 34cb0119840b50c06775ad09481eb389fc4f3a8f
1 file changed +1 -0
modified assets/css/guide.css
@@ -107,6 +107,7 @@ h5 {
}

pre, code {
+
  line-height: 1.5;
  color: var(--color-fg-low-contrast);
  font-family: var(--font-family-code);
}