add black and white theme

This commit is contained in:
doubaniux 2021-06-04 08:22:08 +02:00
parent 4c2fe39d67
commit de1e9d32fb
4 changed files with 8 additions and 1 deletions

View file

@ -334,6 +334,8 @@ 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

@ -26,4 +26,8 @@
.box p {
text-align: justify;
}
body {
filter: grayscale(1);
}

View file

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