changement de couleur du bouton home

This commit is contained in:
H3XploR
2026-03-17 21:44:47 +01:00
parent a202889f79
commit 30e4f04c52
2 changed files with 5 additions and 3 deletions
@@ -230,6 +230,10 @@ canvas { display: block; border-radius: 0; }
margin-top: 14px; margin-top: 14px;
} }
#btn-home {
color: var(--text);
}
button { button {
font-family: 'Share Tech Mono', monospace; font-family: 'Share Tech Mono', monospace;
font-size: 0.6rem; font-size: 0.6rem;
+1 -3
View File
@@ -16,9 +16,7 @@
<h1 data-text="TETRIS">TETRIS<span class="cursor">_</span></h1> <h1 data-text="TETRIS">TETRIS<span class="cursor">_</span></h1>
<!-- Bouton home --> <!-- Bouton home -->
<div id="btn-home"> <a id="btn-home" href="/">Home</a>
<a href="/">Home</a>
</div>
<!-- Panneau de connexion duel --> <!-- Panneau de connexion duel -->
<div id="duel-panel"> <div id="duel-panel">