We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d6880 commit 6ec7361Copy full SHA for 6ec7361
1 file changed
weaverbird-gui/src/main/java/com/techsenger/weaverbird/gui/console/TextAreaCssStyles.java
@@ -32,10 +32,10 @@ public final class TextAreaCssStyles {
32
.of(CSS_ATTRIBUTE, "-fx-fill: -color-danger-5;");
33
34
protected static final StyleAttributeMap COMMAND = StyleAttributeMap
35
- .of(CSS_ATTRIBUTE, "-fx-fill: -color-accent-5;");
+ .of(CSS_ATTRIBUTE, "-fx-font-weight: bold");
36
37
protected static final StyleAttributeMap DEFAULT = StyleAttributeMap
38
- .of(CSS_ATTRIBUTE, "-fx-fill: -color-fg-default;");
+ .of(CSS_ATTRIBUTE, "-fx-fill: -color-fg-default; -fx-font-weight: normal;");
39
40
private TextAreaCssStyles() {
41
// empty
0 commit comments