10 lines
105 B
CSS
10 lines
105 B
CSS
|
|
.header {
|
||
|
|
color: white;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-layout-header .ant-menu{
|
||
|
|
background: black;
|
||
|
|
color: white;
|
||
|
|
}
|
||
|
|
|