Fix fonts on code tags
This commit is contained in:
@@ -32,7 +32,8 @@ body {
|
|||||||
}
|
}
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
button {
|
button,
|
||||||
|
code {
|
||||||
font-family: "Roboto Mono", monospace;
|
font-family: "Roboto Mono", monospace;
|
||||||
}
|
}
|
||||||
h1,
|
h1,
|
||||||
@@ -161,6 +162,7 @@ img {
|
|||||||
code {
|
code {
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user