Files
HW-07-JavaFX/src/main/resources/sbu/javafx/css/light.css
T
2026-05-29 21:22:53 +03:30

12 lines
154 B
CSS

.root {
-fx-background-color: white;
}
.label {
-fx-text-fill: black;
}
.button {
-fx-background-color: #e0e0e0;
-fx-text-fill: black;
}