diff --git a/waifu.css b/waifu.css index 613d3d1..fe6ceef 100755 --- a/waifu.css +++ b/waifu.css @@ -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;