remove grey scale theme
This commit is contained in:
parent
de1e9d32fb
commit
b744846e8f
4 changed files with 4 additions and 6 deletions
|
@ -334,8 +334,6 @@ body {
|
|||
line-height: 1.6;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
-webkit-filter: grayscale(1);
|
||||
filter: grayscale(1);
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
|
2
common/static/css/boofilsic.min.css
vendored
2
common/static/css/boofilsic.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -28,6 +28,6 @@
|
|||
text-align: justify;
|
||||
}
|
||||
|
||||
body {
|
||||
/* body {
|
||||
filter: grayscale(1);
|
||||
}
|
||||
} */
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue