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

29 lines
551 B
Plaintext

LinkCard {
border: 1px solid rgb(46, 46, 46);
border-radius: 10px;
background-color: rgba(39, 39, 39, 0.95);
}
LinkCard:hover {
background-color: rgba(39, 39, 39, 0.93);
border: 1px solid rgb(66, 66, 66);
}
#titleLabel {
font: 18px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
color: white;
}
#contentLabel {
font: 12px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
color: rgb(208, 208, 208);
}
LinkCardView {
background-color: transparent;
border: none;
}
#view {
background-color: transparent;
}