diff options
-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; } |