From ec80cbf511bc58cb88c93015de85c5ca66ede3cc Mon Sep 17 00:00:00 2001 From: black7375 Date: Sat, 4 Sep 2021 09:27:50 +0000 Subject: [PATCH] Prettified Code! --- userContent.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/userContent.css b/userContent.css index 09e4df8..99f381d 100644 --- a/userContent.css +++ b/userContent.css @@ -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; }