diff --git a/styles/github/catppuccin.user.css b/styles/github/catppuccin.user.css
index 88559b6..ba254ee 100644
--- a/styles/github/catppuccin.user.css
+++ b/styles/github/catppuccin.user.css
@@ -2,7 +2,7 @@
 @name           Github Catppuccin
 @namespace      github.com/catppuccin/userstyles/styles/github
 @homepageURL 	https://github.com/catppuccin/userstyles/tree/main/styles/github
-@version        1.2.5
+@version        1.2.6
 @description    Soothing pastel theme for GitHub
 @author         Catppuccin
 @updateURL      https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css
@@ -131,7 +131,7 @@
   };
 };
 
-@-moz-document regexp("https:\/\/(gist\.)*github\.com(?!\/(marketplace|organizations\/plan)).*") {
+@-moz-document regexp("https:\/\/(gist\.)*github\.com(?!\/(home|marketplace|organizations\/plan)).*") {
   [data-color-mode="light"],
   [data-color-mode="auto"] > .theme-light {
     #catppuccin(@lightFlavor, @accentColor);
@@ -151,8 +151,8 @@
     }
   }
 
-  html:not([data-light-theme="light"]) body::after,
-  html:not([data-dark-theme="dark"]) body::after {
+  html:not([data-light-theme="light"]) body:not(.logged-out)::after,
+  html:not([data-dark-theme="dark"]) body:not(.logged-out)::after {
     position: fixed;
     top: 0;
     left: 0;