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

fix font size

This commit is contained in:
zumbiepig 2024-09-07 16:59:52 -07:00
parent b313c359ff
commit 00a46549fc
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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