Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Fix line-height on 'code' tags
Alexis Sellier committed 2 years ago
commit 4b289ff0d4104609e5fa2de0fc2086d3bffef0d5
parent 34cb011
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);
}