模板:Miku shady/miku.css
.miku-shady {
background-color: #39C5BB;
color: #39C5BB;
transition: all 0.5s;
}
.miku-shady * {
color: #39C5BB;
transition: all 0.5s;
}
.miku-shady:hover * {
color: white;
visibility: visible;
}
.miku-shady:hover {
color: white;
}