diff --git a/luckydiamond/public/index.html b/luckydiamond/public/index.html
index 2b53b0d..35163c3 100644
--- a/luckydiamond/public/index.html
+++ b/luckydiamond/public/index.html
@@ -5,6 +5,9 @@
+
+
+
<%= htmlWebpackPlugin.options.title %>
diff --git a/luckydiamond/src/assets/icons-gamemode/diamond-icon-main.png b/luckydiamond/src/assets/icons-gamemode/diamond-icon-main.png
new file mode 100644
index 0000000..9c27eec
Binary files /dev/null and b/luckydiamond/src/assets/icons-gamemode/diamond-icon-main.png differ
diff --git a/luckydiamond/src/pages/HomePage.vue b/luckydiamond/src/pages/HomePage.vue
index a93b345..9191b0e 100644
--- a/luckydiamond/src/pages/HomePage.vue
+++ b/luckydiamond/src/pages/HomePage.vue
@@ -33,7 +33,8 @@
:key="mode.id"
>
- {{ mode.title }}
+
{{ mode.title }}
+
@@ -216,4 +217,20 @@ export default {
.gamemode__line--two #linetwo-5 {
background: url("../assets/bg-gamemode/bg-mg.png");
}
+
+.gamemode__main .line__content {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ text-align: center;
+ padding-top: 5px;
+}
+.gamemode__main .line__content h1 {
+ text-shadow: 6px 12px 9px rgba(0, 0, 0, 0.25);
+ font-family: 'Press Start 2P';
+ font-size: 64px;
+ color: #FFB400;
+ text-transform: uppercase;
+}
\ No newline at end of file