8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
|
/*主题样式文件*/
|
||
|
@theme-color:blue;
|
||
|
@theme-btn-primary:blue;
|
||
|
|
||
|
.body{
|
||
|
background: blue;
|
||
|
}
|