29 lines
551 B
Plaintext
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;
|
|
} |