diff options
-rwxr-xr-x | ressources/styles/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ressources/styles/default.css b/ressources/styles/default.css index c7b8cdf..5661562 100755 --- a/ressources/styles/default.css +++ b/ressources/styles/default.css @@ -34,11 +34,11 @@ ul { /* Image de font */ html { -background-color:white; +background-color:black; background-image:url(../images/fond4.jpeg); background-attachment: fixed; background-position: center center; -background-repeat: no; +background-repeat: repeat-x; background-size: 60%; font-size: 16px; color: #a3a3a3; |