mirror of
https://github.com/imsyy/home.git
synced 2024-11-16 11:42:18 +08:00
19 lines
235 B
CSS
19 lines
235 B
CSS
.message,
|
|
.time,
|
|
.hitokoto,
|
|
.music,
|
|
.link-card,
|
|
.more,
|
|
.box-wrapper,
|
|
footer {
|
|
background: rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.link-card:hover {
|
|
background: rgb(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.progress {
|
|
background: rgba(0, 0, 0, 0.2) !important;
|
|
}
|