Skip to content

Commit

Permalink
Improved url regex (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustLetterV authored Aug 8, 2023
1 parent 12c9ddb commit 10015ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/modrinth/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@var select darkFlavor "Dark Flavor" ["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 regexp(".*https:\\/\\/modrinth\\.com.*") {
@-moz-document regexp(".*https:\\/\\/(www\\.|staging\\.|)modrinth\\.com.*") {
@catppuccin: {
@latte: {
@rosewater: #dc8a78;
Expand Down

0 comments on commit 10015ea

Please sign in to comment.