diff --git a/src/resources/styles/themes/hyperdark.css b/src/resources/styles/themes/hyperdark.css index d07d56a..0602eab 100644 --- a/src/resources/styles/themes/hyperdark.css +++ b/src/resources/styles/themes/hyperdark.css @@ -92,12 +92,10 @@ body { color: #e0e0e0; } - .bottom-bar > span[onclick]:hover { color: #aaa; } - .downloads span { background-color: #333; color: #e0e0e0; diff --git a/src/resources/styles/themes/nether.css b/src/resources/styles/themes/nether.css index c4da658..ea3d60d 100644 --- a/src/resources/styles/themes/nether.css +++ b/src/resources/styles/themes/nether.css @@ -1,5 +1,6 @@ body { background-image: url('/resources/images/backgrounds/themes/nether.webp'); + font-family: Minecraftia-Regular; color: #ffcc00; } diff --git a/src/resources/styles/themes/overworld.css b/src/resources/styles/themes/overworld.css index b88dd74..04416e8 100644 --- a/src/resources/styles/themes/overworld.css +++ b/src/resources/styles/themes/overworld.css @@ -1,5 +1,6 @@ body { background-image: url('/resources/images/backgrounds/themes/overworld.webp'); + font-family: Minecraftia-Regular; color: #00ff00; } diff --git a/src/resources/styles/themes/the-end.css b/src/resources/styles/themes/the-end.css index 7426222..d1897b6 100644 --- a/src/resources/styles/themes/the-end.css +++ b/src/resources/styles/themes/the-end.css @@ -1,5 +1,6 @@ body { background-image: url('/resources/images/backgrounds/themes/the-end.webp'); + font-family: Minecraftia-Regular; background-color: #150033; color: #e0d8ff; }