From a5cc1e2c7a20821161f894af0dc890a1c7811600 Mon Sep 17 00:00:00 2001 From: Andreas Weninger Date: Fri, 8 Jun 2018 19:05:23 +0200 Subject: Starting UI Rework. --- src/main/resources/styles/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/main/resources/styles') diff --git a/src/main/resources/styles/main.css b/src/main/resources/styles/main.css index 886e756..fe4a87a 100644 --- a/src/main/resources/styles/main.css +++ b/src/main/resources/styles/main.css @@ -49,6 +49,7 @@ /* === text === */ .text-big { -fx-font-size: 18px; + } .text-medium { @@ -59,6 +60,14 @@ -fx-font-size: 14px; } +.text-bold { + -fx-font-weight: bold; +} + +.text-white { + -fx-text-fill: white; +} + /* === button === */ .button { -fx-background-radius: 0em; -- cgit v1.2.3-70-g09d2