mirror of
https://github.com/imsyy/home.git
synced 2024-11-16 11:42:18 +08:00
23 lines
310 B
CSS
23 lines
310 B
CSS
|
#section {
|
||
|
background-image: url(../img/background.jpg) !important;
|
||
|
}
|
||
|
|
||
|
.message,
|
||
|
.time,
|
||
|
.hitokoto,
|
||
|
.music,
|
||
|
.link-card,
|
||
|
.more,
|
||
|
.box-wrapper,
|
||
|
footer {
|
||
|
background: rgba(0, 0, 0, 0.5);
|
||
|
}
|
||
|
|
||
|
.link-card:hover {
|
||
|
background: rgb(0, 0, 0, 0.6);
|
||
|
}
|
||
|
|
||
|
.progress {
|
||
|
background: rgba(0, 0, 0, 0.5) !important;
|
||
|
}
|