diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-08-01 19:39:13 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-08-01 19:39:13 +0200 |
commit | 4303d8bf6330a4c9278c02240dec5d279403570a (patch) | |
tree | b47e223ea8eead5da86ef966a87adb84f912d0b8 /core/css | |
parent | 8e6409a932c9f79901f22500b852372be9b650fd (diff) | |
parent | 46fae0a1dac7042147452bd348878ec40e060783 (diff) | |
download | nextcloud-server-4303d8bf6330a4c9278c02240dec5d279403570a.tar.gz nextcloud-server-4303d8bf6330a4c9278c02240dec5d279403570a.zip |
Merge pull request #10097 from owncloud/background-fix
Remove old color of body
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 6c4c9181be5..230ecf9744a 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -15,7 +15,7 @@ ul { list-style:none; } body { - background: #fefefe; + background-color: #ffffff; font-weight: normal; font-size: .8em; line-height: 1.6em; |