Fix theme
12
LICENSE.html
|
@ -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 {
|
||||
|
|
|
@ -253,7 +253,6 @@ if (badQuery()) {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<div class="centrer">
|
||||
<input class="bouton" type="submit" value="Générer" />
|
||||
</div>
|
||||
|
|
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 163 B |
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 480 B After Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 495 B After Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 532 B After Width: | Height: | Size: 198 B |
Before Width: | Height: | Size: 587 B After Width: | Height: | Size: 231 B |
|
@ -13,5 +13,3 @@ $variablesTheme = array(
|
|||
"text" => "white",
|
||||
"secondaryText" => "#868686"
|
||||
); // Définit les couleurs du thème
|
||||
|
||||
?>
|
||||
|
|
|
@ -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
|
||||
|
||||
?>
|
||||
|
|
|
@ -13,5 +13,3 @@ $variablesTheme = array(
|
|||
"text" => "#d5f3ff",
|
||||
"secondaryText" => "#65b7da"
|
||||
); // Définit les couleurs du thème
|
||||
|
||||
?>
|
||||
|
|