aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/net/sowgro/npehero/style.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-08-28 21:39:42 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-08-28 21:39:42 -0400
commitef00dc1104a15cc33a54a05bc752f9add14f3397 (patch)
treee709385249315ab198f089abeb54f51756740e69 /src/main/resources/net/sowgro/npehero/style.css
parentc3554cb31774afc8bf335b761649b7aacf7128c5 (diff)
downloadNPEhero-ef00dc1104a15cc33a54a05bc752f9add14f3397.tar.gz
NPEhero-ef00dc1104a15cc33a54a05bc752f9add14f3397.tar.bz2
NPEhero-ef00dc1104a15cc33a54a05bc752f9add14f3397.zip
Various tweaks
- resize logo - add icon images to repo - add open folder button in level editor - add description back to level details
Diffstat (limited to 'src/main/resources/net/sowgro/npehero/style.css')
-rwxr-xr-xsrc/main/resources/net/sowgro/npehero/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/net/sowgro/npehero/style.css b/src/main/resources/net/sowgro/npehero/style.css
index 6985a7f..8fecd98 100755
--- a/src/main/resources/net/sowgro/npehero/style.css
+++ b/src/main/resources/net/sowgro/npehero/style.css
@@ -1,6 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/* global */
@@ -202,13 +203,13 @@ Slider:focused .thumb{
/* text */
.t0 {
- -fx-font-size: 125;
+ -fx-font-size: 100;
-fx-fill: black;
}
.t0e {
-fx-fill: #d45500;
- -fx-font-size: 250;
+ -fx-font-size: 200;
-fx-font-family: "RIT Meera New";
}