Compare commits
2 commits
c68f86ee94
...
8406a5ffe2
Author | SHA1 | Date | |
---|---|---|---|
8406a5ffe2 | |||
30d2402b1a |
2 changed files with 6 additions and 4 deletions
|
@ -52,11 +52,13 @@ body {
|
||||||
--bulma-navbar-burger-color: #eff8e2;
|
--bulma-navbar-burger-color: #eff8e2;
|
||||||
--bulma-navbar-background-color: #23022e;
|
--bulma-navbar-background-color: #23022e;
|
||||||
--bulma-navbar-item-color: #eff8e2;
|
--bulma-navbar-item-color: #eff8e2;
|
||||||
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
box-shadow: 10px 10px 0px -5px #cecfc7;
|
box-shadow: 10px 10px 0px -5px #cecfc7;
|
||||||
background-color: #23022e !important;
|
background-color: #23022e !important;
|
||||||
}
|
}
|
||||||
|
.navbar-menu {
|
||||||
|
--bulma-navbar-background-color: #23022e;
|
||||||
|
}
|
||||||
.navbar-item:hover:not(.navbar-brand > a:nth-child(1)) {
|
.navbar-item:hover:not(.navbar-brand > a:nth-child(1)) {
|
||||||
background-color: #eff8e2;
|
background-color: #eff8e2;
|
||||||
color: #23022e;
|
color: #23022e;
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
|
|
||||||
<!-- La communauté -->
|
<!-- La communauté -->
|
||||||
<div class="container is-fluid pt-5 has-background-main">
|
<div class="container is-fluid pt-5 has-background-main">
|
||||||
<div class="content has-text-justified three-quarter-size p-5">
|
<div class="content three-quarter-size p-5">
|
||||||
<h1 class="title is-size-3 has-text-centered mt-5">La communauté</h1>
|
<h1 class="title is-size-3 has-text-centered mt-5">La communauté</h1>
|
||||||
<p>
|
<p>
|
||||||
Créé autour de la plateforme propriétaire Discord dans le but de
|
Créé autour de la plateforme propriétaire Discord dans le but de
|
||||||
|
@ -156,7 +156,7 @@
|
||||||
|
|
||||||
<!-- Les services -->
|
<!-- Les services -->
|
||||||
<div class="container is-fluid pt-5 has-background-main" id="services">
|
<div class="container is-fluid pt-5 has-background-main" id="services">
|
||||||
<div class="content has-text-justified three-quarter-size p-5">
|
<div class="content three-quarter-size p-5">
|
||||||
<h1 class="title is-size-3 has-text-centered mt-5">Les services</h1>
|
<h1 class="title is-size-3 has-text-centered mt-5">Les services</h1>
|
||||||
|
|
||||||
<!-- Recherche -->
|
<!-- Recherche -->
|
||||||
|
@ -545,7 +545,7 @@
|
||||||
|
|
||||||
<!-- Les partenaires -->
|
<!-- Les partenaires -->
|
||||||
<div class="container is-fluid pt-5 has-background-main">
|
<div class="container is-fluid pt-5 has-background-main">
|
||||||
<div class="content has-text-justified three-quarter-size p-5">
|
<div class="content three-quarter-size p-5">
|
||||||
<h1 class="title is-size-3 has-text-centered mt-5">Les partenaires</h1>
|
<h1 class="title is-size-3 has-text-centered mt-5">Les partenaires</h1>
|
||||||
<p>
|
<p>
|
||||||
Nous remercions les autres projets qui hébergent gracieusement les
|
Nous remercions les autres projets qui hébergent gracieusement les
|
||||||
|
|
Loading…
Add table
Reference in a new issue