fix(github): ignore homepage / not loggedin (#237)
This commit is contained in:
parent
68fe214dbd
commit
5b43cf269d
@ -2,7 +2,7 @@
|
|||||||
@name Github Catppuccin
|
@name Github Catppuccin
|
||||||
@namespace github.com/catppuccin/userstyles/styles/github
|
@namespace github.com/catppuccin/userstyles/styles/github
|
||||||
@homepageURL https://github.com/catppuccin/userstyles/tree/main/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
|
@description Soothing pastel theme for GitHub
|
||||||
@author Catppuccin
|
@author Catppuccin
|
||||||
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css
|
@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="light"],
|
||||||
[data-color-mode="auto"] > .theme-light {
|
[data-color-mode="auto"] > .theme-light {
|
||||||
#catppuccin(@lightFlavor, @accentColor);
|
#catppuccin(@lightFlavor, @accentColor);
|
||||||
@ -151,8 +151,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
html:not([data-light-theme="light"]) body::after,
|
html:not([data-light-theme="light"]) body:not(.logged-out)::after,
|
||||||
html:not([data-dark-theme="dark"]) body::after {
|
html:not([data-dark-theme="dark"]) body:not(.logged-out)::after {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user