diff --git a/client/src/images/tutorial/add-role-to-deck.gif b/client/src/images/tutorial/add-role-to-deck.gif index 38d3ebf..72e72b1 100644 Binary files a/client/src/images/tutorial/add-role-to-deck.gif and b/client/src/images/tutorial/add-role-to-deck.gif differ diff --git a/client/src/images/tutorial/create-custom-role.gif b/client/src/images/tutorial/create-custom-role.gif index 61f4f99..0d8cd44 100644 Binary files a/client/src/images/tutorial/create-custom-role.gif and b/client/src/images/tutorial/create-custom-role.gif differ diff --git a/client/src/styles/home.css b/client/src/styles/home.css index 54fb08d..583b8f3 100644 --- a/client/src/styles/home.css +++ b/client/src/styles/home.css @@ -114,6 +114,18 @@ img[src='../images/new-logo.png'], #new-logo-container { aspect-ratio: 500 / 641; } +h3 a { + color: #768df0; + text-decoration: underline; + cursor: pointer; + font-family: 'signika-negative', sans-serif; + width: fit-content; +} + +h3 a:hover { + color: gray; +} + form > div { margin: 15px 0; } @@ -164,6 +176,10 @@ label[for="room-code"], label[for="player-name"] { padding: 15px; } + img[src='../images/new-logo.png'], #new-logo-container { + margin: 1em 0 0 0; + } + #join-container > label { font-size: 26px; } diff --git a/client/src/views/home.html b/client/src/views/home.html index d19469a..6b3a67c 100644 --- a/client/src/views/home.html +++ b/client/src/views/home.html @@ -28,7 +28,7 @@