Merge pull request #85 from ZombieHippie/patch-1

style(monarch.css): Add monospace default for code
This commit is contained in:
Alexandru Dima 2016-08-16 10:38:15 +02:00 committed by GitHub
commit a4cbae45cd

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 } strong { color: black }