Skip to content

Commit

Permalink
fix: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RaiderHCPlay committed Feb 13, 2025
1 parent bbc06e6 commit 1ec6edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/react.dev/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
color: @text;
}
:focus-visible {
outline: 2px solid @accent !important;
outline-color: 2px solid @accent !important;
}
}

Expand All @@ -422,7 +422,7 @@
}

svg {
color: currentColor !important;
color: currentcolor !important;
}

.DocSearch-Hit-Tree {
Expand Down

0 comments on commit 1ec6edb

Please sign in to comment.