Files
fluent_widgets_pyside6/app/resource/qss/dark/sample_card.qss
2025-08-14 18:45:16 +08:00

15 lines
337 B
Plaintext

#titleLabel {
color: white;
font: 14px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
font-weight: bold;
}
#contentLabel {
color: rgb(208, 208, 208);
font: 12px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
}
#viewTitleLabel {
color: white;
font: 20px "Segoe UI SemiBold", "Microsoft YaHei", 'PingFang SC';
}