diff options
Diffstat (limited to '')
| -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 {  | 
