[doc] Use same style for all code
Currently, highlighted code is much smaller than non-highlighted code.
There's no good reason for that, and looks inconsistent. Remove the
override for highlighted code, making it look the same as
non-highlighted code.
Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/site/docs/assets/scss/_highlight.scss b/site/docs/assets/scss/_highlight.scss
index 71104b3..df43555 100644
--- a/site/docs/assets/scss/_highlight.scss
+++ b/site/docs/assets/scss/_highlight.scss
@@ -1,4 +1,3 @@
.highlight {
- font-size: 10pt;
- line-height: 12pt;
+ line-height: normal;
}