diff options
Diffstat (limited to 'web/css/main.css')
-rw-r--r-- | web/css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/css/main.css b/web/css/main.css index 65fd5eae3..a3fe3b400 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -156,11 +156,11 @@ select, input, textarea { #footer { clear: both; text-align: center; - border-top: solid 2px #e3d595; + border-top: solid 2px #ccc; width: 50%; margin: 1em auto 0; padding: 0; - color: #4e451b; + color: #333333; } #footer .l, #footer .r { margin-top: 0; |