Skip to content

Commit

Permalink
fix(stylus): delete button (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
thismoon authored Sep 13, 2024
1 parent 14d979c commit 56db85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/stylus/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Stylus Catppuccin
@namespace github.com/catppuccin/userstyles/styles/stylus
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/stylus
@version 1.2.5
@version 1.2.6
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/stylus/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astylus
@description Soothing pastel theme for Stylus
Expand Down Expand Up @@ -276,7 +276,7 @@
}

> div,
&[data-cmd="delete"] {
[data-cmd="delete"] {
border-color: @red;
}
}
Expand Down

0 comments on commit 56db85a

Please sign in to comment.