1
Fork 0

Small style fixes

This commit is contained in:
Jan-Erik Rediger 2014-10-20 23:21:30 +02:00
parent 6a388238f6
commit 2fa46a6643

View file

@ -2,7 +2,7 @@ body {
background-color: #eee; background-color: #eee;
color: #1a1a1a; color: #1a1a1a;
font-style: normal; font-style: normal;
font-size: 1.1em; font-size: 1.0em;
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif;
} }
a { color: #06c; text-decoration: none; } a { color: #06c; text-decoration: none; }
@ -34,7 +34,7 @@ pre {
} }
p code, li code { p code, li code {
background-color: ghostWhite; background-color: ghostWhite;
color: #444; color: black;
padding: 0 .2em; padding: 0 .2em;
border: 1px solid #DEDEDE; border: 1px solid #DEDEDE;
} }