Fix darkmode color & mobile style

This commit is contained in:
Mimi 2020-05-15 00:47:54 +08:00
parent 89673c2259
commit d8d42be5e7

View File

@ -36,12 +36,6 @@
transform: translateY(0); transform: translateY(0);
} }
@media (max-width: 768px) {
#waifu {
display: none;
}
}
#waifu-tips { #waifu-tips {
animation: shake 50s ease-in-out 5s infinite; animation: shake 50s ease-in-out 5s infinite;
background-color: rgba(236, 217, 188, .5); background-color: rgba(236, 217, 188, .5);
@ -96,7 +90,7 @@
} }
#waifu-tool span { #waifu-tool span {
color: #5b6c7d; color: #7b8c9d;
cursor: pointer; cursor: pointer;
display: block; display: block;
line-height: 30px; line-height: 30px;