diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-08 11:54:56 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-08 11:54:56 -0700 |
| commit | 39dbd820fa48fb8765fec404073e692c800e8d84 (patch) | |
| tree | dbb4f4f7d86d97bd8c3ee6adc7349c48a6c676d3 /themes | |
| parent | 4b6452127583761e052cf397645688247faf404d (diff) | |
Darken the body background.
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/night_wind/css/screen.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/night_wind/css/screen.css b/themes/night_wind/css/screen.css index d580386b..8b01fac5 100644 --- a/themes/night_wind/css/screen.css +++ b/themes/night_wind/css/screen.css @@ -19,7 +19,7 @@ **********************************************************************/ body, html { - background-color: #ccc; + background-color: #333; font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } @@ -267,7 +267,7 @@ form .g-error, .g-view { background-color: #000; - border: 1px solid #ccc; + border: 1px solid #333; border-bottom: none; color: #fff; } |
