Skip to content

Commit

Permalink
fix(chatreplay): use userstyles standards
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored Jul 28, 2023
1 parent 9b2e525 commit 4300877
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styles/chatreplay/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
}
}


@catppuccin: {
@latte: {
@rosewater: #dc8a78;
Expand Down Expand Up @@ -150,7 +149,7 @@
}


#catppuccin(@lookup, @accent, @platform) {
#catppuccin(@lookup, @accent-color, @platform) {
@rosewater: @catppuccin[@@lookup][@rosewater];
@flamingo: @catppuccin[@@lookup][@flamingo];
@pink: @catppuccin[@@lookup][@pink];
Expand All @@ -177,7 +176,7 @@
@base: @catppuccin[@@lookup][@base];
@mantle: @catppuccin[@@lookup][@mantle];
@crust: @catppuccin[@@lookup][@crust];
@accent: @catppuccin[@@lookup][@@accentColor];
@accent: @catppuccin[@@lookup][@@accent-color];

& when (@platform = chat) {
& {
Expand Down

0 comments on commit 4300877

Please sign in to comment.