initial commit

This commit is contained in:
MrOtherGuy
2018-10-21 18:44:14 +03:00
commit 15cb67cf2c
12 changed files with 864 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
@-moz-document url-prefix("about:reader"){
.reader-toolbar, .reader-toolbar .button:not(:hover) {
background-color: transparent !important;
border: none !important;
}
.reader-toolbar:not(:hover)>*:not([open]){ visibility:hidden; }
body{ text-align: justify; }
}