mirror of
https://github.com/caojiezi2003/live2d-widget.git
synced 2024-11-10 04:49:47 +00:00
Fix darkmode color & mobile style
This commit is contained in:
parent
89673c2259
commit
d8d42be5e7
@ -36,12 +36,6 @@
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#waifu {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#waifu-tips {
|
||||
animation: shake 50s ease-in-out 5s infinite;
|
||||
background-color: rgba(236, 217, 188, .5);
|
||||
@ -96,7 +90,7 @@
|
||||
}
|
||||
|
||||
#waifu-tool span {
|
||||
color: #5b6c7d;
|
||||
color: #7b8c9d;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
line-height: 30px;
|
||||
|
Loading…
Reference in New Issue
Block a user