diff --git a/index.css b/index.css index dd47387adee..3bd1b3bffcc 100644 --- a/index.css +++ b/index.css @@ -20,6 +20,7 @@ html { body { margin: 0; background: #484050; + cursor: url('./public/images/pokerouge_cursor.png'), auto; } #app { diff --git a/public/images/pokerouge_cursor.png b/public/images/pokerouge_cursor.png new file mode 100644 index 00000000000..eb014049ae3 Binary files /dev/null and b/public/images/pokerouge_cursor.png differ