Improve font smoothing

This commit is contained in:
crschnick 2023-06-22 14:55:04 +00:00
parent af207615e6
commit 29de7cddd2

View file

@ -13,6 +13,10 @@
-fx-padding: 1.2em;
}
.text {
-fx-font-smoothing-type: gray;
}
.radio-button {
-fx-background-color:transparent;
}