diff --git a/styles/modrinth/catppuccin.user.css b/styles/modrinth/catppuccin.user.css
index 3544b72..c634dbe 100644
--- a/styles/modrinth/catppuccin.user.css
+++ b/styles/modrinth/catppuccin.user.css
@@ -9,7 +9,7 @@
 @var select darkTheme "Dark Theme" ["latte:Latte", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha*"]
 @var select accentColor  "Accent" ["rosewater:Rosewater", "flamingo:Flamingo", "pink:Pink", "mauve:Mauve", "red:Red*", "maroon:Maroon", "peach:Peach", "yellow:Yellow", "green:Green", "teal:Teal", "blue:Blue", "sapphire:Sapphire", "sky:Sky", "lavender:Lavender", "subtext0:Gray"]
 ==/UserStyle== */
-  @-moz-document domain("modrinth.com") {
+  @-moz-document regexp(".*https:\\/\\/modrinth\\.com.*") {
 
     @catppuccin: {
       @latte: {
@@ -197,4 +197,4 @@
         --color-table-border: @overlay0;
       }
     }
-  }
\ No newline at end of file
+  }