add black and white theme
This commit is contained in:
parent
4c2fe39d67
commit
de1e9d32fb
4 changed files with 8 additions and 1 deletions
|
@ -334,6 +334,8 @@ 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
|
@ -26,4 +26,8 @@
|
|||
|
||||
.box p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
body {
|
||||
filter: grayscale(1);
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue