From 5b43cf269d63a361878ac3000358366f88da1b08 Mon Sep 17 00:00:00 2001 From: Isabel <71222764+isabelroses@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:35:49 +0100 Subject: [PATCH] fix(github): ignore homepage / not loggedin (#237) --- styles/github/catppuccin.user.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;