diff --git a/public/images/discord.png b/public/images/discord.png
deleted file mode 100644
index 14fc577..0000000
Binary files a/public/images/discord.png and /dev/null differ
diff --git a/public/images/options_wheel.png b/public/images/options_wheel.png
deleted file mode 100644
index 9a60fff..0000000
Binary files a/public/images/options_wheel.png and /dev/null differ
diff --git a/src/components/system/Info.vue b/src/components/system/Info.vue
index fd2c522..af2b8c1 100644
--- a/src/components/system/Info.vue
+++ b/src/components/system/Info.vue
@@ -27,25 +27,25 @@
v-if="discordLink !== 'https://discord.gg/WzejVAx'"
class="info-modal-discord-link"
>
-
+ discord
{{ discordName }}
@@ -138,7 +138,6 @@ export default defineComponent({
}
.info-modal-discord {
- height: 2em;
margin: 0;
margin-right: 4px;
}
diff --git a/src/components/system/Nav.vue b/src/components/system/Nav.vue
index 10d1e94..a5dcfcf 100644
--- a/src/components/system/Nav.vue
+++ b/src/components/system/Nav.vue
@@ -9,7 +9,7 @@
-
+
discord
- i
+
+ info
+
@@ -37,13 +39,13 @@
-
+ settings
- v{{ version }}
@@ -53,15 +55,17 @@
>
-
+
+ settings
+
- i
+
+ info
+
-
+
discord
-
{{ discordName }}
@@ -230,33 +234,12 @@ export default defineComponent({
right: 0;
}
-.info {
- font-size: 30px;
- color: var(--link);
- line-height: 14px;
-}
-
-.info:hover span {
- transform: scale(1.2, 1.2);
- text-shadow: 5px 0 10px var(--link), -3px 0 12px var(--link);
-}
-
-.saves span {
+.material-icons {
font-size: 36px;
}
-.saves:hover span {
- transform: scale(1.2, 1.2);
- text-shadow: 5px 0 10px var(--foreground), -3px 0 12px var(--foreground);
-}
-
-.options img {
- width: 100%;
- height: 100%;
-}
-
-.options:hover img {
- transform: rotate(360deg);
+.material-icons:hover {
+ text-shadow: 5px 0 10px var(--link), -3px 0 12px var(--foreground);
}
.nav .version-container {