7 lines
92 B
CSS
7 lines
92 B
CSS
|
@import "./constants.css";
|
||
|
|
||
|
|
||
|
#submenu .active{
|
||
|
-fx-fill: #000000;
|
||
|
-fx-font-weight: bold;
|
||
|
}
|