home/css/firefox.css

19 lines
235 B
CSS
Raw Normal View History

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