diff options
author | Florent Neveu (Captain) <neveu.etna@gmail.com> | 2006-09-17 20:30:57 +0200 |
---|---|---|
committer | Captain <neveu.etna@gmail.com> | 2006-09-17 20:30:57 +0200 |
commit | 247b3e214e97f66c421cb21983b9af93f1bf3d00 (patch) | |
tree | 34e43fec55521c0522899d4aaabd58e98ea011e2 | |
parent | Add else header background (diff) | |
download | web-247b3e214e97f66c421cb21983b9af93f1bf3d00.tar.xz |
change backgroud body color
-rw-r--r-- | blog/themes/typo/phokus_else/stylesheets/phokus.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/themes/typo/phokus_else/stylesheets/phokus.css b/blog/themes/typo/phokus_else/stylesheets/phokus.css index e2d08f7..5a4149b 100644 --- a/blog/themes/typo/phokus_else/stylesheets/phokus.css +++ b/blog/themes/typo/phokus_else/stylesheets/phokus.css @@ -16,7 +16,7 @@ html { padding: 10px;
}
body {
- background: #4f4f4f;
+ background: #fff;
color: #fff;
font: 76% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
overflow: auto;
|