diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-08-28 19:50:58 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-08-28 19:50:58 -0400 |
commit | c3554cb31774afc8bf335b761649b7aacf7128c5 (patch) | |
tree | c7b40548cfb8500fd716fd65fb03513a231c0f4a /src/main/resources/net/sowgro/npehero/style.css | |
parent | f3a037701799169066c6cb12b3c7023029b8b281 (diff) | |
download | NPEhero-c3554cb31774afc8bf335b761649b7aacf7128c5.tar.gz NPEhero-c3554cb31774afc8bf335b761649b7aacf7128c5.tar.bz2 NPEhero-c3554cb31774afc8bf335b761649b7aacf7128c5.zip |
Fix sizing of tables, improve display of level details, improve logo
Diffstat (limited to 'src/main/resources/net/sowgro/npehero/style.css')
-rwxr-xr-x | src/main/resources/net/sowgro/npehero/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 { |