diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-04-12 14:54:52 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-04-12 14:54:52 +0200 |
commit | 8e338f89c049c67f243e7c9f9b449163a0706f9c (patch) | |
tree | a537dfc0bd4ebce7b373bc3721ac286b8cd3e058 | |
parent | 31c53768e9e27b29a1742eca4bc738a60085a279 (diff) |
Add black as default color
-rw-r--r-- | styles/default/default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/styles/default/default.css b/styles/default/default.css index b992c44..a16065b 100644 --- a/styles/default/default.css +++ b/styles/default/default.css @@ -9,6 +9,7 @@ body, html { margin: auto; font-family: Sans; font-size: 0.9em; + color: #000; letter-spacing: 0.05em; } |