remove grey scale theme

This commit is contained in:
doubaniux 2021-06-04 23:47:48 +02:00
parent de1e9d32fb
commit b744846e8f
4 changed files with 4 additions and 6 deletions

View file

@ -334,8 +334,6 @@ body {
line-height: 1.6;
margin: 0;
height: 100%;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
textarea {

File diff suppressed because one or more lines are too long

View file

@ -28,6 +28,6 @@
text-align: justify;
}
body {
/* body {
filter: grayscale(1);
}
} */

View file

@ -28,7 +28,7 @@ body
line-height: 1.6
margin: 0
height: 100%
filter: grayscale(1)
// filter: grayscale(1)
textarea
font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei Light', sans-serif