Merge branch 'v2' of git.labolyon.fr:epickiwi/site-lol into v2

This commit is contained in:
2023-06-15 12:25:24 +02:00
6 changed files with 272 additions and 2 deletions

2
css/normalize.css vendored
View File

@ -348,4 +348,4 @@
display: none;
}

View File

@ -6,7 +6,7 @@ html {
max-width: 100%;
overflow-x: hidden;
background: url("../images/world_network.muted.jpg");
background-color: black;
background-color: #000000;
background-repeat: no-repeat;
background-size: 100% auto;
}