From 30e4f04c52d45cb3963bfabd40aefb285bb3a85a Mon Sep 17 00:00:00 2001 From: H3XploR <73852348+H3XploR@users.noreply.github.com> Date: Tue, 17 Mar 2026 21:44:47 +0100 Subject: [PATCH] changement de couleur du bouton home --- Transcendence/srcs/frontend/src/tetris.css | 4 ++++ Transcendence/srcs/frontend/src/tetris.html | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Transcendence/srcs/frontend/src/tetris.css b/Transcendence/srcs/frontend/src/tetris.css index 29c2a08..b02781c 100644 --- a/Transcendence/srcs/frontend/src/tetris.css +++ b/Transcendence/srcs/frontend/src/tetris.css @@ -230,6 +230,10 @@ canvas { display: block; border-radius: 0; } margin-top: 14px; } +#btn-home { + color: var(--text); +} + button { font-family: 'Share Tech Mono', monospace; font-size: 0.6rem; diff --git a/Transcendence/srcs/frontend/src/tetris.html b/Transcendence/srcs/frontend/src/tetris.html index 3f16e9c..d733e3a 100644 --- a/Transcendence/srcs/frontend/src/tetris.html +++ b/Transcendence/srcs/frontend/src/tetris.html @@ -16,9 +16,7 @@