diff --git a/client/src/styles/GLOBAL.css b/client/src/styles/GLOBAL.css
index da05940..2441968 100644
--- a/client/src/styles/GLOBAL.css
+++ b/client/src/styles/GLOBAL.css
@@ -15,7 +15,6 @@ th, thead, tr, tt, u, ul, var {
@font-face {
font-family: 'signika-negative';
src: url("../webfonts/SignikaNegative-Light.woff2") format("woff2");
- font-display: swap;
}
html {
diff --git a/client/src/styles/home.css b/client/src/styles/home.css
index ec21e96..6e2d304 100644
--- a/client/src/styles/home.css
+++ b/client/src/styles/home.css
@@ -95,7 +95,7 @@ a button {
#join-button:hover {
background-color: #326243;
- border: 2px solid #1c8a36;
+ border: 3px solid #1c8a36;
}
#join-form div:nth-child(1) {
diff --git a/client/src/views/home.html b/client/src/views/home.html
index 8b1588d..dcb5eec 100644
--- a/client/src/views/home.html
+++ b/client/src/views/home.html
@@ -11,11 +11,9 @@
-
-