Skip to content

Commit

Permalink
fix: missed a few lint annotations (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Dec 27, 2023
1 parent 80f0d16 commit 2064cb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions styles/deepl/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@
color: darken(@accent-color, 15%);
}

[class*="bg-[#B4DAE8]"] {
// background-color: fadeout(@accent-color, 70%);
}

[class*="bg-[#E1F0F5]"] {
background-color: fadeout(@accent-color, 70%);
}
Expand Down Expand Up @@ -591,10 +587,6 @@
}
}

[class|="Quote-module--quote"] {
border-color: @surface0;
}

[class|="Quotes-module--quotesNavigationEntry"] {
background-color: @surface1;
}
Expand Down
2 changes: 1 addition & 1 deletion styles/lastfm/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
background-color: @accent-dim;
}
.recs-feed .recs-feed-cover-image-wrap::after,
.grid-items-cover-image-image:after {
.grid-items-cover-image-image::after {
//Profile albums
background-image: linear-gradient(
180deg,
Expand Down

0 comments on commit 2064cb8

Please sign in to comment.