From d8cf06767c80fc218aa3eeb2172e5e82d051e0c6 Mon Sep 17 00:00:00 2001 From: Isabel <71222764+isabelroses@users.noreply.github.com> Date: Sat, 22 Jul 2023 14:56:55 +0100 Subject: [PATCH] fix: closes https://github.com/catppuccin/userstyles/issues/95 (#107) --- styles/modrinth/catppuccin.user.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + }