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

Commit 8700d44

Browse files
fix: escaped regex (#33)
Co-authored-by: Andreas <[email protected]>
1 parent 35e41f3 commit 8700d44

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://(gists\.)*github.com(?!/marketplace).*") {
14+
@-moz-document regexp("https://(gists\\.)*github.com(?!/marketplace).*") {
1515
if (theme=="Latte") {
1616
$type = light
1717

0 commit comments

Comments
 (0)