Added transparency to whitespace characters

This commit is contained in:
Daniel Perna 2018-01-07 23:21:01 +01:00
parent 7baa61e4b3
commit 6cbf91ff5b
2 changed files with 8 additions and 0 deletions

View file

@ -471,6 +471,10 @@ INDEX = Template(r"""<!DOCTYPE html>
background-color: #03a9f4 !important;
}
.ace_invisible {
color: rgba(191, 191, 191, 0.5) !important;
}
.fbicon_pad {
min-height: 64px !important;
}

View file

@ -392,6 +392,10 @@
background-color: #03a9f4 !important;
}
.ace_invisible {
color: rgba(191, 191, 191, 0.5) !important;
}
.fbicon_pad {
min-height: 64px !important;
}