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

TETRIS_

-
- Home -
+ Home