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:
parent
b313c359ff
commit
00a46549fc
@ -1,6 +1,7 @@
|
||||
body {
|
||||
background-image: url('/resources/images/backgrounds/themes/nether.webp');
|
||||
font-family: Minecraftia-Regular;
|
||||
font-size: small;
|
||||
color: #ffcc00;
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
body {
|
||||
background-image: url('/resources/images/backgrounds/themes/overworld.webp');
|
||||
font-family: Minecraftia-Regular;
|
||||
font-size: small;
|
||||
color: #00ff00;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user