Add black as default color

This commit is contained in:
Stefan Ritter 2011-04-12 14:54:52 +02:00
parent 31c53768e9
commit 8e338f89c0
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ body, html {
margin: auto; margin: auto;
font-family: Sans; font-family: Sans;
font-size: 0.9em; font-size: 0.9em;
color: #000;
letter-spacing: 0.05em; letter-spacing: 0.05em;
} }