Skip to content

Commit

Permalink
feat(react.dev): Changed hover in the footer and themed "Console" text
Browse files Browse the repository at this point in the history
  • Loading branch information
RaiderHCPlay committed Feb 12, 2025
1 parent b79d3ed commit ae29268
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions styles/react.dev/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
color: @text;
}

.dark\:text-white {
color: @text;
}

.text-secondary {
color: @text;
}
Expand Down Expand Up @@ -208,6 +212,12 @@
border-color: @green;
}

.hover\:border-gray-10:hover {
&:hover {
border-color: @accent;
}
}

.border-gray-300, .bg-gray-90 {
border-color: @overlay2;
}
Expand Down

0 comments on commit ae29268

Please sign in to comment.