Skip to content

Commit 46adf39

Browse files
committed
bot suggestion
1 parent bed6177 commit 46adf39

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ html {
11491149
[data-theme="light"] .interview-prep-page h5,
11501150
[data-theme="light"] .interview-prep-page h6 {
11511151
/* Use a dark heading color in light mode for readability */
1152-
color: #111827 !important; /* tailwind gray-900 */
1152+
color: #111827 !important; /* Tailwind gray-900 */
11531153
}
11541154

11551155
.watch-video-btn {
@@ -1365,6 +1365,7 @@ html {
13651365
color: #fdba74; /* orange-300 in dark */
13661366
}
13671367
.company-tab-community-link:hover {
1368+
color: #fdba74;
13681369
text-decoration: none;
13691370
}
13701371
/* Move navbar right items to absolute right corner */

src/pages/interview-prep/OverviewTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const OverviewTab: React.FC<OverviewTabProps> = ({
146146
<ul className="space-y-3">
147147
<li className="flex items-start">
148148
<span className="w-2 h-2 bg-blue-500 rounded-full mr-3 mt-2 flex-shrink-0"></span>
149-
<span className="">
149+
<span>
150150
<strong>Technical Mastery:</strong> 500+ coding problems, algorithms, data structures, and
151151
system design challenges
152152
</span>

0 commit comments

Comments
 (0)