initial fluent-widgets ui
This commit is contained in:
17
app/resource/qss/dark/home_interface.qss
Normal file
17
app/resource/qss/dark/home_interface.qss
Normal file
@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user