1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

add minecraft font

This commit is contained in:
zumbiepig 2024-09-07 16:56:32 -07:00
parent a69c56a0a9
commit b313c359ff
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE
4 changed files with 3 additions and 2 deletions

View File

@ -92,12 +92,10 @@ body {
color: #e0e0e0;
}
.bottom-bar > span[onclick]:hover {
color: #aaa;
}
.downloads span {
background-color: #333;
color: #e0e0e0;

View File

@ -1,5 +1,6 @@
body {
background-image: url('/resources/images/backgrounds/themes/nether.webp');
font-family: Minecraftia-Regular;
color: #ffcc00;
}

View File

@ -1,5 +1,6 @@
body {
background-image: url('/resources/images/backgrounds/themes/overworld.webp');
font-family: Minecraftia-Regular;
color: #00ff00;
}

View File

@ -1,5 +1,6 @@
body {
background-image: url('/resources/images/backgrounds/themes/the-end.webp');
font-family: Minecraftia-Regular;
background-color: #150033;
color: #e0d8ff;
}