Skip to content

Commit

Permalink
chore(react.dev): Applied changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RaiderHCPlay committed Feb 2, 2025
1 parent 580508a commit 29ea271
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion styles/react.dev/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,15 @@
border-color: @blue;
}

.border-b-4 {
border-color: @text;
}

.border-yellow-40 {
border-color: @yellow;
}

.border-purple-40 {
.border-purple-40, .border-purple-10 {
border-color: @lavender;
}

Expand All @@ -204,6 +208,10 @@
border-color: @overlay2;
}

.border-gray-20 {
border-color: @overlay1;
}

.border-link:hover {
border-color: @accent;
}
Expand Down Expand Up @@ -351,6 +359,10 @@
background-color: @base !important;
}

.bg-secondary-button {
background-color: @surface1;
}

// outline styling

.outline-link {
Expand Down

0 comments on commit 29ea271

Please sign in to comment.