Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,7 @@ html {
}
.company-border {
border-color: #6b7280;
margin-bottom: 35px;
}
[data-theme="dark"] .company-border {
color: #ffffff;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/interview-prep/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ function InterviewPrepContent({
</Link>
<Link
to="/community"
className="border-2 border-white text-white px-8 py-4 rounded-lg font-semibold hover:bg-white hover:text-blue-600 transition-all duration-300"
className="border-2 border-white bg-white text-blue-500 px-8 py-4 rounded-lg font-semibold hover:bg-white hover:text-blue-600 transition-all duration-300"
>
Join Community
</Link>
Expand Down
Loading