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:
parent
a69c56a0a9
commit
b313c359ff
@ -92,12 +92,10 @@ body {
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
|
||||
.bottom-bar > span[onclick]:hover {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
|
||||
.downloads span {
|
||||
background-color: #333;
|
||||
color: #e0e0e0;
|
||||
|
@ -1,5 +1,6 @@
|
||||
body {
|
||||
background-image: url('/resources/images/backgrounds/themes/nether.webp');
|
||||
font-family: Minecraftia-Regular;
|
||||
color: #ffcc00;
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
body {
|
||||
background-image: url('/resources/images/backgrounds/themes/overworld.webp');
|
||||
font-family: Minecraftia-Regular;
|
||||
color: #00ff00;
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
body {
|
||||
background-image: url('/resources/images/backgrounds/themes/the-end.webp');
|
||||
font-family: Minecraftia-Regular;
|
||||
background-color: #150033;
|
||||
color: #e0d8ff;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user