theme: remove text-shadow on mobile

performance is terrible on some mobile browsers
This commit is contained in:
Peter Cai 2020-04-12 08:28:12 +08:00
parent f143deb7da
commit 90ef03daaa
No known key found for this signature in database
GPG key ID: 71F5FB4E4F3FD54F

View file

@ -367,6 +367,11 @@ h5 {
@media screen and (max-width: 600px) {
/* From this width, use mobile layout */
body, html {
/* Performance of text-shadow on some mobile browsers is terrible */
text-shadow: none;
}
.sidebar {
position: relative;
float: none;