mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-14 06:42:35 +00:00
Fix code snippet font size a little smaller in FF
This commit is contained in:
parent
a3b6e549e2
commit
91fd8a2865
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ body {
|
|||
}
|
||||
body {
|
||||
margin: 0;
|
||||
font-size: 1rem;
|
||||
}
|
||||
code {
|
||||
font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace;
|
||||
|
|
|
@ -5,6 +5,7 @@ html, body {
|
|||
|
||||
body {
|
||||
margin: 0;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
code {
|
||||
|
|
Loading…
Reference in a new issue