ソースを参照

use correct css property

Armin Schrenk 2 ヶ月 前
コミット
95a556da8e

+ 1 - 2
src/main/resources/css/dark_theme.css

@@ -130,8 +130,7 @@
 }
 
 .cryptic-text {
-	-fx-background-color: MAIN_BG;
-	-fx-text-fill: TEXT_FILL;
+	-fx-fill: TEXT_FILL;
 	-fx-font-family: 'Fira Code';
 	-fx-font-size: 1.1em;
 }

+ 1 - 2
src/main/resources/css/light_theme.css

@@ -129,8 +129,7 @@
 }
 
 .cryptic-text {
-	-fx-background-color: MAIN_BG;
-	-fx-text-fill: TEXT_FILL;
+	-fx-fill: TEXT_FILL;
 	-fx-font-family: 'Fira Code';
 	-fx-font-size: 1.1em;
 }