theme: default: get rid of global text-shadow

This commit is contained in:
Peter Cai 2020-04-17 13:43:47 +08:00
parent 81fda6e1c8
commit d78ef4fbb8
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 0 additions and 7 deletions

View File

@ -7,7 +7,6 @@ body {
padding: 0;
font-family: "Fira Sans", sans-serif;
font-size: 18px;
text-shadow: 0 0 3px #dddddd;
color: rgb(100, 100, 100);
scrollbar-color: #e91e63 #00000000;
scrollbar-width: thin;
@ -457,12 +456,6 @@ tr:hover {
@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;