2022-01-29 08:46:29 +00:00
|
|
|
.message,
|
|
|
|
.time,
|
|
|
|
.hitokoto,
|
|
|
|
.music,
|
|
|
|
.link-card,
|
|
|
|
.more,
|
|
|
|
.box-wrapper,
|
|
|
|
footer {
|
2022-04-14 08:47:10 +00:00
|
|
|
background: rgba(0, 0, 0, 0.3);
|
2022-01-29 08:46:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.link-card:hover {
|
2022-04-14 08:47:10 +00:00
|
|
|
background: rgb(0, 0, 0, 0.4);
|
2022-01-29 08:46:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.progress {
|
2022-04-14 08:47:10 +00:00
|
|
|
background: rgba(0, 0, 0, 0.2) !important;
|
2022-01-29 08:46:29 +00:00
|
|
|
}
|