aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/styles')
-rw-r--r--src/main/resources/styles/main.css9
1 files changed, 9 insertions, 0 deletions
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;