6 lines
103 B
CSS
6 lines
103 B
CSS
|
|
||
|
.main-btn{
|
||
|
-fx-background-color: #424242;
|
||
|
-fx-text-fill: white;
|
||
|
-fx-border-radius: 50em;
|
||
|
}
|