Fix theme

This commit is contained in:
Miraty 2020-03-15 21:16:06 +01:00
parent 8777698f28
commit 0bbbbcbf77
15 changed files with 6 additions and 17 deletions

View File

@ -10,7 +10,7 @@
margin-left: 20%;
margin-right: 20%;
font-size: 22px;
background-color: #2d2f34;
background-color: #2a2a2a;
color: white;
line-height: 30px;
text-align: justify;
@ -18,8 +18,8 @@
}
::selection {
color: white;
background-color: red;
color: #2a2a2a;
background-color: white;
}
h1 {
@ -28,14 +28,10 @@
a[href] {
color: white;
transition: all 0.5s ease;
transition: color 0.1s;
}
a[href]:hover {
color: red;
}
@font-face {

View File

@ -253,7 +253,6 @@ if (badQuery()) {
</div>
</div>
<br>
<div class="centrer">
<input class="bouton" type="submit" value="Générer" />
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 612 B

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 433 B

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 760 B

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 480 B

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 495 B

After

Width:  |  Height:  |  Size: 217 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 231 B

View File

@ -13,5 +13,3 @@ $variablesTheme = array(
"text" => "white",
"secondaryText" => "#868686"
); // Définit les couleurs du thème
?>

View File

@ -9,9 +9,7 @@ $variablesTheme = array(
"bgHelp" => "#ececec",
"border" => "#65666b",
"borderHover" => "#46484e",
"borderFocus" => "#2D2F34",
"text" => "#2D2F34",
"borderFocus" => "#2a2a2a",
"text" => "#2a2a2a",
"secondaryText" => "#868686"
); // Définit les couleurs du thème
?>

View File

@ -13,5 +13,3 @@ $variablesTheme = array(
"text" => "#d5f3ff",
"secondaryText" => "#65b7da"
); // Définit les couleurs du thème
?>