From 215356d39bbf406c83d0470d7b96e81e8df7c056 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Sat, 7 Sep 2024 16:56:32 -0700 Subject: [PATCH] add minecraft font --- src/resources/styles/themes/hyperdark.css | 2 -- src/resources/styles/themes/nether.css | 1 + src/resources/styles/themes/overworld.css | 1 + src/resources/styles/themes/the-end.css | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) 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; }