This commit is contained in:
alstjr7375 2021-09-04 20:42:06 +09:00
commit 0809ec2748

View file

@ -828,8 +828,7 @@
url-prefix("about:checkerboard"),
url-prefix("about:sync-log"),
url-prefix("about:memory"),
regexp("^((file:\/\/\/)|(chrome:\/\/)).*\/$")
{
regexp("^((file:\/\/\/)|(chrome:\/\/)).*\/$") {
/* Base */
html,
body {
@ -1058,8 +1057,7 @@
/*= Directory View =========================================================*/
@-moz-document url-prefix("about:sync-log"),
regexp("^((file:\/\/\/)|(chrome:\/\/)).*\/$")
{
regexp("^((file:\/\/\/)|(chrome:\/\/)).*\/$") {
body {
background-color: var(--in-content-box-background) !important;
margin: 4em auto !important; /* Override to default */