Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit d1c4543

Browse files
committed
fix(regex): extend regex to exclude org plans (#9)
1 parent 3cf848b commit d1c4543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catppuccin.user.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@var checkbox blueaccent "Blue Accent" 0
1212
@var checkbox usefont "Use Inter font" 0
1313
==/UserStyle== */
14-
@-moz-document regexp("https://(gist\\.)*github.com(?!/marketplace).*") {
14+
@-moz-document regexp("https://(gist\\.)*github.com(?!/marketplace)(?!/organizations/plan).*") {
1515
if (theme=="Latte") {
1616
$type = light
1717

0 commit comments

Comments
 (0)