Fix theme

This commit is contained in:
Miraty 2020-03-15 21:16:06 +01:00
부모 8777698f28
커밋 0bbbbcbf77
15개의 변경된 파일6개의 추가작업 그리고 17개의 파일을 삭제

파일 보기

@ -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>

Binary file not shown.

Before

Width:  |  Height:  |  크기: 612 B

After

Width:  |  Height:  |  크기: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 433 B

After

Width:  |  Height:  |  크기: 163 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 760 B

After

Width:  |  Height:  |  크기: 249 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 1.0 KiB

After

Width:  |  Height:  |  크기: 246 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 480 B

After

Width:  |  Height:  |  크기: 187 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 1.3 KiB

After

Width:  |  Height:  |  크기: 293 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 495 B

After

Width:  |  Height:  |  크기: 217 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 1.8 KiB

After

Width:  |  Height:  |  크기: 354 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 532 B

After

Width:  |  Height:  |  크기: 198 B

Binary file not shown.

Before

Width:  |  Height:  |  크기: 587 B

After

Width:  |  Height:  |  크기: 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
?>