diff --git a/front/dist/resources/html/gameMenu.html b/front/dist/resources/html/gameMenu.html
index bc764d28..96ff8038 100644
--- a/front/dist/resources/html/gameMenu.html
+++ b/front/dist/resources/html/gameMenu.html
@@ -1,9 +1,17 @@
-
diff --git a/front/dist/resources/style/style.css b/front/dist/resources/style/style.css
index 04bfd194..54a57667 100644
--- a/front/dist/resources/style/style.css
+++ b/front/dist/resources/style/style.css
@@ -1,9 +1,9 @@
*{
font-family: 'Open Sans', sans-serif;
- cursor: url('../logos/cursor_normal.png'), auto;
+ cursor: url('../logos/cursor_normal.png'), auto !important;
}
* a, button, select{
- cursor: url('../logos/cursor_pointer.png'), pointer;
+ cursor: url('../logos/cursor_pointer.png'), pointer !important;
}
body{
overflow: hidden;
diff --git a/front/dist/static/images/menu.svg b/front/dist/static/images/menu.svg
new file mode 100644
index 00000000..09052a0e
--- /dev/null
+++ b/front/dist/static/images/menu.svg
@@ -0,0 +1 @@
+
\ No newline at end of file