forked from AdvancedProgramming1404/HW-07-JavaFX
JavaFX Music Player Project
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.root {
|
||||
-fx-background-color: #1e1e1e;
|
||||
}
|
||||
|
||||
.label {
|
||||
-fx-text-fill: white;
|
||||
}
|
||||
|
||||
.button {
|
||||
-fx-background-color: #444;
|
||||
-fx-text-fill: white;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
.root {
|
||||
-fx-background-color: white;
|
||||
}
|
||||
|
||||
.label {
|
||||
-fx-text-fill: black;
|
||||
}
|
||||
|
||||
.button {
|
||||
-fx-background-color: #e0e0e0;
|
||||
-fx-text-fill: black;
|
||||
}
|
||||
Reference in New Issue
Block a user