18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
|
|
SettingInterface,
|
||
|
|
#view {
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
QScrollArea {
|
||
|
|
border: none;
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
BannerWidget > #galleryLabel {
|
||
|
|
font: 42px 'Segoe UI SemiBold', 'Microsoft YaHei SemiBold';
|
||
|
|
background-color: transparent;
|
||
|
|
color: white;
|
||
|
|
padding-left: 28px;
|
||
|
|
}
|