Skip to content

Commit 4bc200e

Browse files
Fix :Add a link to the github project:change7
1 parent 3804eee commit 4bc200e

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

css/style.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ body {
6666
pointer-events: none;
6767
}
6868

69-
70-
7169
#startMessage {
7270
position: fixed;
7371
bottom: 10%;
@@ -77,7 +75,6 @@ body {
7775
animation: pulse 1.2s infinite alternate;
7876
transition: opacity 0.6s ease;
7977
user-select: none;
80-
8178
}
8279

8380
#settingsForm {
@@ -166,8 +163,6 @@ body {
166163
display: inline-block;
167164
}
168165
}
169-
170-
171166
}
172167

173168
#settingsModal::backdrop {
@@ -183,7 +178,6 @@ body {
183178
}
184179

185180

186-
187181
/* Animation de pulsation */
188182
@keyframes pulse {
189183
0% {transform: translate(-50%, -50%) scale(1);}
@@ -210,7 +204,6 @@ body {
210204
z-index: 10;
211205
}
212206

213-
214207
.btn {
215208
border: none;
216209
background-color: inherit;

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ <h3>Settings</h3>
6666
</div>
6767
</form>
6868
<div class="buttons">
69-
<button id="resetBtn" class="action" onclick="resetDefaultSettings()">Restore defaults</button>
70-
<button id="submitBtn" class="action" onclick="submitSettings()">Apply</button>
69+
<button id="resetBtn" class="action">Restore defaults</button>
70+
<button id="submitBtn" class="action">Apply</button>
7171
<div id = 'github'>
7272
<a href="https://github.com/zenika-open-source/clepsydre" title="contribute to the project on Github">
7373
Contribute on Github <img src="img/github-mark-white.svg" alt="Github logo" />

0 commit comments

Comments
 (0)