From 352acb2fa1206b3d7494fe9816a41437763c00c5 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Wed, 29 Nov 2017 10:59:29 -0700 Subject: [PATCH] about:sessionrestore fix --- userContent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index 00c1762..071156c 100644 --- a/userContent.css +++ b/userContent.css @@ -9,7 +9,7 @@ } -@-moz-document url-prefix(about:about), url-prefix(about:crashes), url(about:debugging), url-prefix(about:downloads), url-prefix(about:privatebrowsing), url-prefix(about:buildconfig), url-prefix(about:networking),url-prefix(about:license), url(about:studies), url(about:telemetry), url(about:support) { +@-moz-document url-prefix(about:about), url-prefix(about:crashes), url(about:debugging), url-prefix(about:downloads), url-prefix(about:privatebrowsing), url-prefix(about:buildconfig), url-prefix(about:networking),url-prefix(about:license), url(about:studies), url(about:telemetry), url(about:support), url(about:sessionrestore) { :root { --in-content-page-color: var(--primary-light-color) !important; --in-content-page-background: var(--dark-accent) !important;