Merge pull request #85 from ZombieHippie/patch-1

style(monarch.css): Add monospace default for code
pull/237/head
Alexandru Dima 2016-08-16 10:38:15 +02:00 committed by GitHub
commit a4cbae45cd
1 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ pre { border: 1px solid #888
}
code, pre,dt { font-family: Consolas }
code, pre,dt { font-family: Consolas, monospace }
strong { color: black }
@ -216,4 +216,4 @@ dt { color: navy; margin-top: 2ex; padding: 2px;}
dl dl dt { margin-top: 1ex;}
#documentation .keyword { color: blue; }
#documentation .tag { color: navy; }
#documentation .tag { color: navy; }