From c3554cb31774afc8bf335b761649b7aacf7128c5 Mon Sep 17 00:00:00 2001 From: sowgro Date: Wed, 28 Aug 2024 19:50:58 -0400 Subject: Fix sizing of tables, improve display of level details, improve logo --- src/main/resources/net/sowgro/npehero/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/main/resources/net/sowgro') diff --git a/src/main/resources/net/sowgro/npehero/style.css b/src/main/resources/net/sowgro/npehero/style.css index 9549b43..6985a7f 100755 --- a/src/main/resources/net/sowgro/npehero/style.css +++ b/src/main/resources/net/sowgro/npehero/style.css @@ -206,9 +206,16 @@ Slider:focused .thumb{ -fx-fill: black; } +.t0e { + -fx-fill: #d45500; + -fx-font-size: 250; + -fx-font-family: "RIT Meera New"; +} + .t1 { -fx-font-size: 50; -fx-fill: white; + -fx-padding: 0; } .t11 { -- cgit v1.2.3