diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-05-18 22:57:27 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-05-18 22:57:27 +0200 |
commit | ab959ad834ba4c70f7f6e7355cf158ce2b31a8ee (patch) | |
tree | fd5c961fc12ee8e470c34335050b23654ece8703 /styles | |
parent | c5ee3f08d2e725598148eba9bc043f78a7542e3d (diff) | |
parent | 4cb9040887b0775fe771160a44fd588334705ec5 (diff) |
Merge branch 'master' of fucktheforce.de:blogthon
Diffstat (limited to 'styles')
-rw-r--r-- | styles/default/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/styles/default/default.css b/styles/default/default.css index b992c44..bd34377 100644 --- a/styles/default/default.css +++ b/styles/default/default.css @@ -7,8 +7,9 @@ body, html { background: white; width: 700px; margin: auto; - font-family: Sans; + font-family: sans-serif; font-size: 0.9em; + color: #000; letter-spacing: 0.05em; } |