mirror of
https://github.com/caojiezi2003/live2d-widget.git
synced 2024-11-12 23:09:46 +00:00
Fix darkmode color & mobile style
This commit is contained in:
parent
89673c2259
commit
d8d42be5e7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user