From bc99685c763ccc4099937ded8e9e32de5ca9a16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Romero?= Date: Fri, 20 Apr 2018 23:15:13 +0200 Subject: [PATCH] Improved simple style --- src/main/resources/com/adr/helloiot/styles/empty.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/com/adr/helloiot/styles/empty.css b/src/main/resources/com/adr/helloiot/styles/empty.css index 5f2170b..95be1e2 100644 --- a/src/main/resources/com/adr/helloiot/styles/empty.css +++ b/src/main/resources/com/adr/helloiot/styles/empty.css @@ -17,3 +17,7 @@ You should have received a copy of the GNU General Public License along with HelloIot. If not, see . */ + +.unitmaintext { + -fx-font-size: 24px; +}