© 2024 MineXLauncher. All rights reserved.
diff --git a/public/resources/styles/themes/default.css b/public/resources/styles/themes/default.css
index b4a96ea..9303e4c 100644
--- a/public/resources/styles/themes/default.css
+++ b/public/resources/styles/themes/default.css
@@ -3,6 +3,10 @@
src: url(/resources/fonts/Minecraftia-Regular.ttf);
}
+a:visited {
+ color: blue;
+}
+
body {
display: flex;
flex-direction: row;
@@ -378,12 +382,16 @@ nav {
text-decoration: none;
}
-.bottom-bar .bottom-bar-left:hover {
- text-decoration: underline;
-}
-
.bottom-bar .bottom-bar-right {
color: #ddd;
+ margin-left: 10px;
+ text-decoration: none;
+}
+
+.bottom-bar .bottom-bar-left.link:hover,
+.bottom-bar .bottom-bar-right.link:hover {
+ text-decoration: underline;
+ cursor: pointer;
}
.updates-container {
@@ -463,7 +471,7 @@ nav {
padding: 10px;
text-align: center;
position: relative;
- padding-bottom: 30px;
+ padding-bottom: 40px;
}
.mod-item .mod-icon {
@@ -505,9 +513,10 @@ nav {
.mod-item .mod-links {
display: flex;
justify-content: space-around;
+ width: calc(100% - 30px);
position: absolute;
- bottom: 10px;
- width: 100%;
+ bottom: 15px;
+ left: 15px;
}
.mod-item .mod-links .mod-download,
diff --git a/public/servers/index.html b/public/servers/index.html
index 6c40f4e..8de0cb1 100644
--- a/public/servers/index.html
+++ b/public/servers/index.html
@@ -56,7 +56,7 @@
© 2024 MineXLauncher. All rights reserved.
diff --git a/public/settings/index.html b/public/settings/index.html
index 6d6cfa3..ee18c34 100644
--- a/public/settings/index.html
+++ b/public/settings/index.html
@@ -76,7 +76,7 @@
© 2024 MineXLauncher. All rights reserved.
diff --git a/public/updates/index.html b/public/updates/index.html
index ad35d5d..7b3d447 100644
--- a/public/updates/index.html
+++ b/public/updates/index.html
@@ -57,7 +57,7 @@
© 2024 MineXLauncher. All rights reserved.
diff --git a/public/welcome/index.html b/public/welcome/index.html
index e2da8fe..8796c10 100644
--- a/public/welcome/index.html
+++ b/public/welcome/index.html
@@ -48,7 +48,7 @@
© 2024 MineXLauncher. All rights reserved.