mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Modified github font stack for <code> w/o webfonts
This commit is contained in:
parent
59b422d5a1
commit
0f00580f9a
1 changed files with 2 additions and 2 deletions
|
@ -227,7 +227,7 @@ div.highlighter-rouge pre.highlight {
|
|||
}
|
||||
code {
|
||||
font-size: .825em;
|
||||
font-family: 'Droid Sans Mono', monospace;
|
||||
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, "Fira Code", "Hack Regular", Courier, monospace;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
|
@ -236,4 +236,4 @@ code {
|
|||
.anchorjs-link {
|
||||
color: {{ primary_colour }};
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue