diff options
author | root <neodarz@neodarz.ovh> | 2016-09-01 16:42:12 +0200 |
---|---|---|
committer | root <neodarz@neodarz.ovh> | 2016-09-01 16:42:12 +0200 |
commit | 282b587a1f4fe93e919e87b7d78afbdfa45f4bf7 (patch) | |
tree | 401582431429d2e2478b2a72d0248453255634e7 /ressources | |
parent | 69a94dc340ed89bb5c34f4e86bf086f835cc3e17 (diff) | |
download | my_old_personal_website-282b587a1f4fe93e919e87b7d78afbdfa45f4bf7.tar.xz my_old_personal_website-282b587a1f4fe93e919e87b7d78afbdfa45f4bf7.zip |
Mise à jour du background
Diffstat (limited to 'ressources')
-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; |