1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

forget the custom themes

This commit is contained in:
zumbiepig
2024-09-03 08:00:55 -07:00
parent 0c77f1fd2f
commit 5b6dbdd42d
13 changed files with 28 additions and 19 deletions

View File

@@ -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,