Skip to content

Commit

Permalink
fix(lastfm): change lookup to flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnubisNekhet committed Jan 18, 2025
1 parent 577363a commit 2c8d716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/anilist/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@
--color-text: #rgbify(@text)[];
--color-text-light: #rgbify(@subtext1)[];
--color-text-lighter: #rgbify(@subtext0)[];
& when (@lookup =latte) {
& when (@flavor = latte) {
--color-text-bright: #rgbify(@crust) [];
}
& when not (@lookup =latte) {
& when not (@flavor = latte) {
--color-text-bright: #rgbify(@text) [];
}
--color-blue: #rgbify(@accent)[];
Expand Down

0 comments on commit 2c8d716

Please sign in to comment.