diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-13 13:18:35 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-13 13:18:35 +0200 |
commit | 0417932da804804d8e119e93b2bae6d68cae5354 (patch) | |
tree | 5fca21c8b8a1dc71cb8e852290facff65d3ca057 /theme/static | |
parent | d7949f01066aa0a09c7ef9ba5e0e6c6f74cf8c89 (diff) |
Use true black for font
Diffstat (limited to 'theme/static')
-rwxr-xr-x | theme/static/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/static/css/main.css b/theme/static/css/main.css index b465c33..0015dfe 100755 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -16,7 +16,7 @@ body { padding: 0; font-size: .8em; line-height: 1.3; - color: #111; + color: black; background : #323232; margin-left: auto; margin-right: auto; |