Fix contrast checker bg color

This commit is contained in:
mkpaz 2023-06-17 16:02:09 +04:00
parent 90a74d8fd5
commit 5b9ac70567
2 changed files with 6 additions and 2 deletions

@ -8,8 +8,9 @@
- (Base) Incorrect Notification text width.
- (CSS) Increased overlay contrast of ModalPane.
- (Sampler) Music player can't load demo files from jrt.
- (Sampler) SceneBuilder installer classpath #42 (thanks to **ennerf**).
- (Sampler) Music player can't load demo files from jrt.
- (Sampler) Contrast checker bg color.
## [2.0.0] - 2023-06-02

@ -124,9 +124,12 @@
}
.card {
-fx-background-color: -color-contrast-checker-bg;
-fx-border-width: 0;
> VBox {
-fx-background-color: -color-contrast-checker-bg;
}
.title {
-fx-text-fill: -color-contrast-checker-fg;
}