mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
8 lines
No EOL
279 B
CSS
8 lines
No EOL
279 B
CSS
@-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; }
|
|
} |