Skip to content
Snippets Groups Projects
Commit 19e5c575 authored by GINTZ Victor's avatar GINTZ Victor
Browse files

fond uniforme dark facile et inter

parent a3f30231
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
html, body {
height: 100%;
font-family: 'Open Sans', sans-serif;
background: var(--bg);
background: #1e1e1e;
color: var(--text);
}
/* <-- ici, on retire le !important pour que style.display puisse passer */
......@@ -46,6 +46,7 @@ html, body {
.facile-container {
padding-top: 100px; /* pour laisser la place au header */
padding-bottom: 60px;
background: #1e1e1e; /* Match body background */
}
/* ==== Barre de progression ==== */
......
......@@ -19,7 +19,7 @@
html, body {
height: 100%;
font-family: 'Open Sans', sans-serif;
background: var(--bg);
background: #1e1e1e;
color: var(--text);
}
.hidden {
......@@ -48,6 +48,7 @@ html, body {
.intermediaire-container {
padding-top: 100px; /* place pour le header */
padding-bottom: 60px;
background: #1e1e1e; /* Match body background */
}
/* ==== Barre de progression ==== */
......@@ -171,7 +172,7 @@ html, body {
.btn-medium {
background: var(--primary);
}
.btn-result {
.btn-secondary {
background: var(--secondary);
}
.btn:disabled {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment